-
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
Reenable clippy testing #45715
Reenable clippy testing #45715
Conversation
This should not land before #45247 (breaks rustfmt/rls) is merged. |
It required another update. I rebased over master and amended the commit. |
Ping @kennytm Not sure if it still builds though. |
@bors r+ p=1 |
📌 Commit e50d1aa has been approved by |
⌛ Testing commit e50d1aaeb08314c36c9c5e94ef1977ef34c4fb14 with merge 231f61db1115b66102e3e2c324be51215e9b1a71... |
💔 Test failed - status-travis |
Two macOS builds (and only macs, strangely) failed. Looks like you do need to update again.
|
src/tools/toolstate.toml
Outdated
@@ -26,7 +26,7 @@ | |||
miri = "Broken" | |||
|
|||
# ping @Manishearth @llogiq @mcarton @oli-obk | |||
clippy = "Broken" | |||
clippy = "Compiling" |
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.
Is it intended it is changed to Compiling
not Testing
?
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.
Yea, testing wasn't allowed until a few hours ago: rust-dev-tools/dev-tools-team#18 (comment)
I'll rebase to fix the failure and enable testing
0d3b45c
to
7ac1661
Compare
Clippy can now be tested. There are some weird issues with compiletest, but I'm thinking we can probably rig rustc's compiletest to run the tests instead |
@bors r+ p=1 |
📌 Commit 7ac1661 has been approved by |
⌛ Testing commit 7ac16617196bd1c559fcd9cedb5d1ac6fd53d444 with merge 0cfcf422335ba6628b757b3bc4776b4454e872d4... |
💔 Test failed - status-travis |
Sorry clippy needs to be updated again 😞
|
@bors r+ |
📌 Commit 5319203 has been approved by |
Reenable clippy testing fixes #45680
💔 Test failed - status-travis |
Corrupted submodule??
|
Reenable clippy testing fixes #45680
☀️ Test successful - status-appveyor, status-travis |
fixes #45680