question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Semantic versions are not supported

See original GitHub issue

I’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:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
alexarchambaultcommented, Feb 5, 2018

A npm install should do to run the scala js tests. This is described in the DEVELOPMENT.md file.

1reaction
alexarchambaultcommented, Feb 5, 2018

@aleksandr-vin git submodule update --init --recursive should make it work (this should fetch the sources of directories under directories).

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found