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

Lazily load hashes for registry sources #1452

Merged
merged 1 commit into from
Apr 3, 2015

Conversation

alexcrichton
Copy link
Member

The hashes would occasionally disappear when the main package registry overwrote
a previous registry source, so this just adds logic to load hashes if they're
missing.

Closes #1355

The hashes would occasionally disappear when the main package registry overwrote
a previous registry source, so this just adds logic to load hashes if they're
missing.

Closes rust-lang#1355
@rust-highfive
Copy link

r? @huonw

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member Author

ping r? @huonw

@huonw
Copy link
Member

huonw commented Apr 3, 2015

@bors r+

@bors
Copy link
Contributor

bors commented Apr 3, 2015

📌 Commit f162aed has been approved by huonw

@bors
Copy link
Contributor

bors commented Apr 3, 2015

⌛ Testing commit f162aed with merge d7b6671...

bors added a commit that referenced this pull request Apr 3, 2015
The hashes would occasionally disappear when the main package registry overwrote
a previous registry source, so this just adds logic to load hashes if they're
missing.

Closes #1355
@bors
Copy link
Contributor

bors commented Apr 3, 2015

☀️ Test successful - cargo-linux-32, cargo-linux-64, cargo-mac-32, cargo-mac-64, cargo-win-32, cargo-win-64

@bors bors merged commit f162aed into rust-lang:master Apr 3, 2015
@alexcrichton alexcrichton deleted the issue-1355 branch April 30, 2015 02:09
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.

cargo occasionally fails to download any packages due to "no hash listed for"
4 participants