Skip to content
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

Handle updates to version requirements in lockfiles #990

Merged
merged 1 commit into from
Dec 4, 2014

Conversation

alexcrichton
Copy link
Member

This is the same as the fix for #951 (fixed by #965). The relevant code was
erroneously looking at the source id when it should instead look at the entire
package id (name/version/source).

// different source than what's listed. In this case we must
// discard the locked version because the listed source must
// have changed.
// different source than what's listed, or a the version
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"a the"

This is the same as the fix for rust-lang#951 (fixed by rust-lang#965). The relevant code was
erroneously looking at the source id when it should instead look at the entire
package id (name/version/source).
bors added a commit that referenced this pull request Dec 4, 2014
This is the same as the fix for #951 (fixed by #965). The relevant code was
erroneously looking at the source id when it should instead look at the entire
package id (name/version/source).
@bors bors merged commit 493d310 into rust-lang:master Dec 4, 2014
@alexcrichton alexcrichton deleted the update-blows-up branch December 21, 2014 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants