-
Notifications
You must be signed in to change notification settings - Fork 13.4k
rustpkg should support semantic versions #8405
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
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? |
# for free
to join this conversation on GitHub.
Already have an account?
# 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: