Semantic versions are not supported
See original GitHub issueI’m seeing these errors when I use a version with meta information (like v1.0.0+fast
) for a dependency:
Ignoring unparsed versions: Vector(v1.0.0+fast)
Ignoring unparsed versions: Vector(v1.0.0+fast)
Ignoring unparsed versions: Vector(v1.0.0+fast)
But the dependency is resolved anyway.
I’ve found the line printing the message: https://github.com/coursier/coursier/blob/b21042a42a6b2718ec1116f28f76dd769112c6aa/core/shared/src/main/scala/coursier/core/Resolution.scala#L174
But now I need to understand why the paragraph 10 of SemVer is not supported or what is the problem.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:9 (4 by maintainers)
Top Results From Across the Web
[Bug] dbt_project.yml does not fully support semantic versioning
One can read in the docs that semantic versioning is supported. If so, pre-versions like 1.0.0-pre.1 should be supportes (as the link in...
Read more >Semantic Versioning 2.0.0 | Semantic Versioning
Semantic Versioning 2.0.0. Summary. Given a version number MAJOR.MINOR.PATCH, increment the: MAJOR version when you make incompatible API changes ...
Read more >Semantic Versioning Will Not Save You - Hynek Schlawack
You want to claim that version 3.2 is compatible with version 3.1 somehow, but how do you know that? You know the software...
Read more >semantic-versioning - Gradle Plugin Portal
This is a Gradle settings-plugin that provides support for semantic versioning of builds. It is quite easy to use and extremely configurable. The...
Read more >Versioning - Renovate Docs
Cargo versioning uses Semantic Versioning 2.0. Cargo supports ranges in a similar manner to npm, but not identical. The important differences are:.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
A
npm install
should do to run the scala js tests. This is described in the DEVELOPMENT.md file.@aleksandr-vin
git submodule update --init --recursive
should make it work (this should fetch the sources of directories underdirectories
).