-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Decode directly into a semver::Version
This generates errors for malformed semver versions during the decoding process rather than later in the convertion to a package id. This also cuts down on the large number of derived traits to only what's necessary. Closes #54
- Loading branch information
1 parent
a40d1fd
commit 2c3fa2d
Showing
2 changed files
with
32 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2c3fa2d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saw approval from brson
at alexcrichton@2c3fa2d
2c3fa2d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging alexcrichton/cargo/issue-54 = 2c3fa2d into auto-cargo
2c3fa2d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alexcrichton/cargo/issue-54 = 2c3fa2d merged ok, testing candidate = c6bcf215
2c3fa2d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some tests failed:
failure: http://buildbot.rust-lang.org/builders/cargo-linux-32/builds/286
failure: http://buildbot.rust-lang.org/builders/cargo-linux-64/builds/278
failure: http://buildbot.rust-lang.org/builders/cargo-mac-32/builds/283
failure: http://buildbot.rust-lang.org/builders/cargo-mac-64/builds/282
2c3fa2d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saw approval from brson
at alexcrichton@2c3fa2d
2c3fa2d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging alexcrichton/cargo/issue-54 = 2c3fa2d into auto-cargo
2c3fa2d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alexcrichton/cargo/issue-54 = 2c3fa2d merged ok, testing candidate = caca3af
2c3fa2d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all tests pass:
success: http://buildbot.rust-lang.org/builders/cargo-win-32/builds/302
success: http://buildbot.rust-lang.org/builders/cargo-linux-32/builds/306
success: http://buildbot.rust-lang.org/builders/cargo-linux-64/builds/298
success: http://buildbot.rust-lang.org/builders/cargo-mac-32/builds/303
success: http://buildbot.rust-lang.org/builders/cargo-mac-64/builds/302
2c3fa2d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fast-forwarding master to auto-cargo = caca3af