-
Notifications
You must be signed in to change notification settings - Fork 96
report private repository error as broken crate #453
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
Conversation
pietroalbini
left a comment
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.
Can we also add a minicrater test to ensure private repos are probably detected? https://github.com/ghost/doesnt-exist is a good candidate for it.
dad8ceb to
2dc801d
Compare
pietroalbini
left a comment
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.
Thanks! I'll hold off merging until rustwide 0.3.0 is released so we can remove the git dependency, but this looks great!
|
☔ The latest upstream changes (presumably #462) made this pull request unmergeable. Please resolve the merge conflicts. |
2dc801d to
443bdf8
Compare
|
Thanks! @bors r+ |
|
📌 Commit 443bdf8 has been approved by |
report private repository error as broken crate Change crate result from `Error` to `Broken` if the crate repo is private or not available.
|
💔 Test failed - checks-travis |
|
@bors retry |
report private repository error as broken crate Change crate result from `Error` to `Broken` if the crate repo is private or not available.
|
☀️ Test successful - checks-travis, status-appveyor |
Change crate result from
ErrortoBrokenif the crate repo is private or not available.