Uh oh!
There was an error while loading. Please reload this page.
submodules: update clippy from f1753522 to 6ce78d12 - #57932
Conversation
rust-highfive
commented
Jan 27, 2019
|
rust-highfive
commented
Jan 27, 2019
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 |
2acc15f to
5eb2547Compareoli-obk
commented
Jan 27, 2019
@bors r+ p=1 |
bors
commented
Jan 27, 2019
📌 Commit 5eb254734aa9721a47c8495f60d32cdbf8d61940 has been approved by |
Centril
commented
Jan 27, 2019
Adjusting queue order for rollups: |
bors
commented
Jan 28, 2019
🔒 Merge conflict This pull request and the master branch diverged in a way that cannot be automatically merged. Please rebase on top of the latest master branch, and let the reviewer approve again. How do I rebase?Assuming
You may also read Git Rebasing to Resolve Conflicts by Drew Blessing for a short tutorial. Please avoid the "Resolve conflicts" button on GitHub. It uses Sometimes step 4 will complete without asking for resolution. This is usually due to difference between how Error message |
5eb2547 to
2d96155Comparematthiaskrgr
commented
Jan 28, 2019
rebased |
rust-highfive
commented
Jan 28, 2019
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 |
matthiaskrgr
commented
Jan 28, 2019
Clippy needs to be fixed again... |
2d96155 to
085a57bComparematthiaskrgr
commented
Jan 28, 2019
I pulled in an rls update since this needs update as well |
This comment has been minimized.
This comment has been minimized.
oli-obk
commented
Jan 29, 2019
@bors r+ p=1 |
bors
commented
Jan 29, 2019
📌 Commit f8122382e9fcf8e761a2aaa65fdbc84ed62ec889 has been approved by |
f812238 to
07818c0Comparematthiaskrgr
commented
Jan 29, 2019
I removed the rls update again.. I wonder if if the rls hang has something to do with debug assertions... |
07818c0 to
b076f82Compareoli-obk
commented
Jan 29, 2019
@bors r+ |
bors
commented
Jan 29, 2019
📌 Commit b076f8260fd273438de896d2c42dffb28d0ff153 has been approved by |
bors
commented
Jan 29, 2019
🔒 Merge conflict This pull request and the master branch diverged in a way that cannot be automatically merged. Please rebase on top of the latest master branch, and let the reviewer approve again. How do I rebase?Assuming
You may also read Git Rebasing to Resolve Conflicts by Drew Blessing for a short tutorial. Please avoid the "Resolve conflicts" button on GitHub. It uses Sometimes step 4 will complete without asking for resolution. This is usually due to difference between how Error message |
matthiaskrgr
commented
Jan 29, 2019
That's strange, I can't see any changes to Cargo.lock in the recent PRs... |
mati865
commented
Jan 29, 2019
PR merged 7 hours ago made small changes to the lockfile and bors is very picky about merge conflicts. |
Changes: ```` wildcard_match_arm: Update lint count. wildcard_match_arm: add nesting issue to known. wildcard_match_arm: lint only enum matches. wildcard_match_arm: update ui test stderr wildcard_match_arm: format test. wilcard_match_arm: run rustfmt. wildcard_match_arm: add lint properly. wildcard_match_arm: rename function. wildcard_match_arm: add simple ui test. wildcard_match_arm: expand lint scope. Change match_wild lint name to WILDCARD_MATCH_ARM. Add match_wild lint (rust-lang#3649). fetch_prs_between: add .sh file ending cargo fmt Update various docs Use built-in entry_fn detection over self-built cargo fmt Reorganize conditionals: Run faster checks first Maybe fix ICE? Add initial version of const_fn lint Fix `unit_arg` false positive Rustfmt Check hypothetically failing conversion Remove tests for deprecated items Update more changed iterator paths Atomics constants are now handled by the deprecation lint Update changed iterator paths Update const slice processing update test stderr run cargo fmt rustup rust-lang#57907 Fix documentation for `slow_vector_initialization` rustup rust-lang#57726 Remove unsafe_vector_initialization from added lints Prevent incorrect cast_lossless suggestion in const_fn Incorporate review suggestions Fix dogfood tests on Appveyor test(versioncheck): Use .no_deps() test(versioncheck): Fix version equality check chore(cargo/dependencies/cargo-metadata): Upgrade to 0.7.1 dependencies: update itertools from 0.7 to 0.8 Add script to fetch GitHub PRs between two commits gitattributes: Treat .fixed files as rust files Update changelog with all changes since 0.0.212 Fix `expect_fun_call` lint suggestions ````
b076f82 to
a27cf8aCompareupdated once again |
oli-obk
commented
Jan 30, 2019
@bors r+ |
bors
commented
Jan 30, 2019
📌 Commit a27cf8a has been approved by |
bors
commented
Jan 30, 2019
submodules: update clippy from f175352 to 6ce78d1 Should fix clippy toolstate Changes: ```` wildcard_match_arm: Update lint count. wildcard_match_arm: add nesting issue to known. wildcard_match_arm: lint only enum matches. wildcard_match_arm: update ui test stderr wildcard_match_arm: format test. wilcard_match_arm: run rustfmt. wildcard_match_arm: add lint properly. wildcard_match_arm: rename function. wildcard_match_arm: add simple ui test. wildcard_match_arm: expand lint scope. Change match_wild lint name to WILDCARD_MATCH_ARM. Add match_wild lint (#3649). fetch_prs_between: add .sh file ending cargo fmt Update various docs Use built-in entry_fn detection over self-built cargo fmt Reorganize conditionals: Run faster checks first Maybe fix ICE? Add initial version of const_fn lint Fix `unit_arg` false positive Rustfmt Check hypothetically failing conversion Remove tests for deprecated items Update more changed iterator paths Atomics constants are now handled by the deprecation lint Update changed iterator paths Update const slice processing update test stderr run cargo fmt rustup #57907 Fix documentation for `slow_vector_initialization` rustup #57726 Remove unsafe_vector_initialization from added lints Prevent incorrect cast_lossless suggestion in const_fn Incorporate review suggestions Fix dogfood tests on Appveyor test(versioncheck): Use .no_deps() test(versioncheck): Fix version equality check chore(cargo/dependencies/cargo-metadata): Upgrade to 0.7.1 dependencies: update itertools from 0.7 to 0.8 Add script to fetch GitHub PRs between two commits gitattributes: Treat .fixed files as rust files Update changelog with all changes since 0.0.212 Fix `expect_fun_call` lint suggestions ```` r? @oli-obk
bors
commented
Jan 30, 2019
☀️ Test successful - checks-travis, status-appveyor |
rust-highfive
commented
Jan 30, 2019
📣 Toolstate changed by #57932! Tested on commit 43b4c4a. 🎉 clippy-driver on windows: build-fail → test-pass (cc @Manishearth@llogiq@mcarton@oli-obk, @rust-lang/infra). |
Tested on commit rust-lang/rust@43b4c4a. Direct link to PR: <rust-lang/rust#57932> 🎉 clippy-driver on windows: build-fail → test-pass (cc @Manishearth@llogiq@mcarton@oli-obk, @rust-lang/infra). 🎉 clippy-driver on linux: build-fail → test-pass (cc @Manishearth@llogiq@mcarton@oli-obk, @rust-lang/infra).
bors
commented
Jan 30, 2019
☀️ Test successful - checks-travis, status-appveyor |
Update clippy_lint related with rust-lang/rust#57932
Should fix clippy toolstate
Changes:
r? @oli-obk