-
Notifications
You must be signed in to change notification settings - Fork 13.4k
[beta] Update the clippy submodule #53199
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
|
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 |
r=me after updating Cargo.lock. |
@bors r=kennytm |
📌 Commit aba89c765a813048e35acf9995e90abfa3b5123a has been approved by |
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 |
@bors r- CI failed. |
The build script used to "forward" |
also... OUT_DIR is magically set whenever a build script is present. @bors r=kennytm (passes locally) |
📌 Commit a7344fe has been approved by |
Maybe the upstream clippy branch should have the name of the rustc version (1.29 in this case) instead of "beta"? I could imagine, once clippy gets into 1.29 "stable", and then 1.30 becomes stable, the clippy stable branch would be overwritten with 1.30 clippy, but someone trying to compile the 1.29 stable rustc with clippy from the repo might run into problems because the "stable" clippy branch matches 1.30 now. |
We could add a 1.30.0 tag to that commit when it is released. These git operations can be done anytime. |
@bors p=3 |
⌛ Testing commit a7344fe with merge e04cbf29522baca50da3e1ed7e6045a039601e97... |
💔 Test failed - status-appveyor |
I think beta doesn't have the rustc workspace hack yet. Please add the winapi features |
The clippy on beta already has that hack dependency (and src/Cargo.toml has it, too): rust-lang/rust-clippy@c27cdca...1420750#diff-80398c5faae3c069e4e6aa2ed11b28c0L60 I added the additional features to the hack crate |
@bors r+ |
📌 Commit 22a4ef1 has been approved by |
[beta] Update the clippy submodule Clippy didn't build on the beta branch because of a rustc version sanity check r? @kennytm
☀️ Test successful - status-appveyor, status-travis |
Clippy for beta has been successfully uploaded: https://s3-us-west-1.amazonaws.com/rust-lang-ci2/?prefix=rustc-builds/d600a945a6b189edd295f004d7406deb8bd4df22/cl It should be available on the next beta in 20 hours (~03:30 UTC). |
Clippy didn't build on the beta branch because of a rustc version sanity check
r? @kennytm