-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rustpkg should support semantic versions #8405
Comments
ghost
assigned catamorphism
Aug 8, 2013
Triage: no change, and |
cc #11396. I think this would work well only if all libraries use semver. |
bors
added a commit
that referenced
this issue
Jan 22, 2014
This patchset consists of three parts: - rustpkg doesn't guess crate version if it is not given by user. - `rustpkg::version::Version` is replaced by `Option<~str>`. It removes some semantic versioning portions which is not currently used. (cc #8405 and #11396) `rustpkg::crate_id::CrateId` is also replaced by `syntax::crateid::CrateId`. - rustpkg now computes hash to find crate, instead of manual filename parse. cc @metajack
bors
added a commit
that referenced
this issue
Jan 24, 2014
This patchset consists of three parts: - rustpkg doesn't guess crate version if it is not given by user. - `rustpkg::version::Version` is replaced by `Option<~str>`. It removes some semantic versioning portions which is not currently used. (cc #8405 and #11396) `rustpkg::crate_id::CrateId` is also replaced by `syntax::crateid::CrateId`. - rustpkg now computes hash to find crate, instead of manual filename parse. cc @metajack
rustpkg is dead, should we close this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Metabug: #5677
There's already a
SemVer
variant in theVersion
datatype, but I've completely ignored it so far. There are no tests for it. This should change.The text was updated successfully, but these errors were encountered: