-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Update clippy #59396
Update clippy #59396
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
|
r? @oli-obk |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Maybe we should just protect against not increasing the state instead of requiring us to go all the way to test-pass? cc @kennytm |
This comment has been minimized.
This comment has been minimized.
Shouldn't |
@mati865 No such patch exists in our Cargo.toml Lines 57 to 69 in fb5ed48
|
The tests are supposed to fail, compiletest is broken right now
…On Sun, Mar 24, 2019, 7:19 AM kennytm ***@***.***> wrote:
@mati865 <https://github.com/mati865> No such patch exists in our
Cargo.toml
https://github.com/rust-lang/rust/blob/fb5ed488ff1a251db895c545592488a67be67112/Cargo.toml#L57-L69
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#59396 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABivSGOXv96arcmY3MDiSkotwbdcxA-Rks5vZ4lagaJpZM4cFTm9>
.
|
What does "commit another update" mean here? How do I tell travis to ignore this? compiletest-rs 0.20 is yanked at the moment. |
@Manishearth you can't tell the CI to ignore this, bors will need to ensure it is test-pass eventually. |
@kennytm wait, how? I thought we didn't gate on submodule failures |
Oh, are you saying that landing this will still work even if travis doesn't like it? Care to r+? |
@Manishearth We do gate on failure on the submodules you're going to update, i.e. clippy in this PR. |
I don't understand, then how was clippy broken in the first place? What's the difference between this PR (which fixes clippy, but has the tests still fail) and the libtest PR that caused the breakage? |
Well we're currently in a situation where we cannot fix test-fail for
clippy until the libtest stuff is fixed (which is blocked on @gnzlbg and
@alexcrichton), but we wish to have clippy binaries present on nightly :/
…On Sun, Mar 24, 2019, 10:14 AM kennytm ***@***.***> wrote:
This PR only fixed the built-fail caused by #59096
<#59096>, but not the test-fail
caused by #57842 <#57842>.
The libtest PR #57842 <#57842>
which caused the clippy breakage did not update the clippy submodule. The
test-pass gate is only applied when you specifically change
src/tools/clippy.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#59396 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABivSFxKTr3Z-thuQbosoRCBSRmrCBTGks5vZ7JdgaJpZM4cFTm9>
.
|
There are currently 2 solutions to solve this,
|
No description provided.