Uh oh!
There was an error while loading. Please reload this page.
HirId-ify intravisit - #58232
Conversation
rust-highfive
commented
Feb 6, 2019
r? @oli-obk (rust_highfive has picked a reviewer for you, use r? to override) |
ljedrz
commented
Feb 6, 2019
r? @Zoxc |
rust-highfive
commented
Feb 6, 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 |
There's a single stack traceI think it's caused by the way the @Zoxc: I think |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Zoxc
commented
Feb 7, 2019
I'm not sure what the cause of the error here is. I'd try reverting the change to |
bors
commented
Feb 7, 2019
☔ The latest upstream changes (presumably #58254) made this pull request unmergeable. Please resolve the merge conflicts. |
bce6cc8 to
962c04bCompareI haven't cracked the error yet; it doesn't seem to be caused by changes to I have an idea for a fix based on #56143, though. |
rust-highfive
commented
Feb 14, 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 |
962c04b to
693b1f1CompareYep, following issue #56128 was the right way to go; |
rust-highfive
commented
Feb 14, 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 |
693b1f1 to
a8e1052Compareljedrz
commented
Feb 14, 2019
@Zoxc r? |
Uh oh!
There was an error while loading. Please reload this page.
a8e1052 to
3cdc2c0Compareljedrz
commented
Feb 15, 2019
@Zoxc done. Now in order to be able to later remove |
Zoxc
commented
Feb 15, 2019
I think you missed my second comment in https://github.com/rust-lang/rust/pull/58232/files#diff-2534024f87f9d909baca60bae845a501R176. |
ljedrz
commented
Feb 20, 2019
I think this should do the trick. @kennytm if breaking tools breaks merges now, wouldn't it make sense for tool tests to be included in Travis? |
kennytm
commented
Feb 20, 2019
@ljedrz We'd need extra capacity to run the tool check for every PR. But if the last commit message of the PR contains the words "Update Clippy" then Travis will run the tool tests. |
e39bb00 to
404e643CompareThe tools build is green; can I get an r+ or rollup? I'd really like to move on now ^^. |
mati865
commented
Feb 20, 2019
Where does this Clippy commit comes from? Submodule commit should always point to merge commit. |
ljedrz
commented
Feb 20, 2019
@mati865 it's in my clippy branch. Won't it be merged with clippy's master? It's my first time modifying a submodule, I'd be happy to adjust it if necessary. |
kennytm
commented
Feb 20, 2019
@ljedrz That commit must exist inside the rust-clippy repository. You'll need to submit a PR to the rust-clippy repository, which a clippy maintainer could create a branch pointing to that commit (or merge it). |
ljedrz
commented
Feb 20, 2019
@kennytm cool, done. |
oli-obk
commented
Feb 20, 2019
@bors r=Zoxc |
bors
commented
Feb 20, 2019
📌 Commit 404e643 has been approved by |
Centril
commented
Feb 23, 2019
@bors p=1 due to submodule update so it won't go in a rollup. |
bors
commented
Feb 24, 2019
HirId-ify intravisit A big step towards #57578. This affects mostly `hir::{collector, intravisit}` and `rustc::lint`.
bors
commented
Feb 24, 2019
☀️ Test successful - checks-travis, status-appveyor |
bors
commented
Feb 24, 2019
☀️ Test successful - checks-travis, status-appveyor |
partially HirIdify lints Enables rust-lang/rust#58232 (a part of rust-lang/rust#57578).
partially HirIdify lints Enables rust-lang/rust#58232 (a part of rust-lang/rust#57578).
A big step towards #57578.
This affects mostly
hir::{collector, intravisit}andrustc::lint.