-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Do not early exit if cargo clippy returns non-zero status code #4720
Conversation
d21e823
to
cb1f310
Compare
☔ The latest upstream changes (presumably #4675) made this pull request unmergeable. Please resolve the merge conflicts. |
3d94045
to
18e80b8
Compare
Run result is here: https://travis-ci.com/rust-lang/rust-clippy/builds/133650079 |
Let's do a complete try run, to see on which crates this actually fails @bors try |
Do not early exit if cargo clippy returns non-zero status code changelog: none
@bors clean |
@lzutao: 🔑 Insufficient privileges: not in try users |
@bors delegate+ Now you can run try builds yourself :) |
✌️ @lzutao can now approve this pull request |
Thanks. I just wanted to stop the old try. |
In the end, we still have no way to detect issues like #4719 from happening. |
Ready for reviewing again. |
Yup, the original idea of these tests was to detect ICEs in Clippy only. @bors r+ |
📌 Commit 07119d3 has been approved by |
Do not early exit if cargo clippy returns non-zero status code changelog: none
💔 Test failed - checks-travis |
Huh, strip on macosx seems to print a lot of output and causes the build to terminate: https://api.travis-ci.com/v3/job/249890830/log.txt |
Build succeeded. @bors r=phansch |
📌 Commit a9f221a has been approved by |
Do not early exit if cargo clippy returns non-zero status code changelog: none
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit a9f221a has been approved by |
Do not early exit if cargo clippy returns non-zero status code changelog: none
@bors stop |
@bors force |
💔 Test failed - checks-travis |
Hmm, panics https://travis-ci.com/rust-lang/rust-clippy/jobs/249905118#L3505
|
9013562
to
84da79e
Compare
The rustfmt is disabled. Give this another try |
📌 Commit 84da79e has been approved by |
Do not early exit if cargo clippy returns non-zero status code changelog: none
☀️ Test successful - checks-travis, status-appveyor |
changelog: none