Uh oh!
There was an error while loading. Please reload this page.
Restructure hir::map::Node and hir::map::Entry - #53616
Conversation
This comment has been minimized.
This comment has been minimized.
bors
commented
Aug 24, 2018
☔ The latest upstream changes (presumably #53460) made this pull request unmergeable. Please resolve the merge conflicts. |
eddyb
commented
Aug 25, 2018
structEntry{parent:NodeId,dep_node:DepNodeIndex,node:Node,}Add Also, since |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
varkor
commented
Aug 25, 2018
All done! |
There was a problem hiding this comment.
I think you actually want CRATE_NODE_ID here.
There was a problem hiding this comment.
I don't think this is super relevant. Also, we could technically make this point to data as well, it'd just not be cleanly separated yet, so we can't do it (would break incremental).
eddyb
commented
Aug 25, 2018
LGTM! r? @nikomatsakis or @michaelwoerister |
This comment has been minimized.
This comment has been minimized.
rust-highfive
commented
Aug 25, 2018
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 |
varkor
commented
Aug 25, 2018
@eddyb: well, it didn't like those changes. I guess excluding the crate root was important. |
rust-highfive
commented
Aug 25, 2018
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 |
eddyb
commented
Aug 26, 2018
@varkor That just means there are bugs lurking around and they warrant further investigation. |
bors
commented
Aug 27, 2018
☔ The latest upstream changes (presumably #53640) made this pull request unmergeable. Please resolve the merge conflicts. |
nikomatsakis
commented
Aug 27, 2018
@bors r+ |
bors
commented
Aug 27, 2018
📌 Commit 55c34e5c6e0a4f18e89828f6cf8e1581b8d8ed2e has been approved by |
nikomatsakis
commented
Aug 27, 2018
@bors r- |
nikomatsakis
commented
Aug 27, 2018
r=me post rebase =) |
varkor
commented
Aug 27, 2018
@bors r=nikomatsakis |
bors
commented
Aug 27, 2018
📌 Commit a9d075e has been approved by |
bors
commented
Aug 28, 2018
Restructure hir::map::Node and hir::map::Entry - Moves `hir::map::Node` to `hir::Node` and removes the `Node*` prefix from its variants. - Changes `hir::map::Entry` to a struct `hir::map::Entry`. - Removes the `Node*` prefix from each of `AnnNode`s variants. r? @eddyb
bors
commented
Aug 28, 2018
☀️ Test successful - status-appveyor, status-travis |
rust-highfive
commented
Aug 28, 2018
📣 Toolstate changed by #53616! Tested on commit 59e52b1. 💔 clippy-driver on windows: test-pass → build-fail (cc @Manishearth@llogiq@mcarton@oli-obk, @rust-lang/infra). |
Tested on commit rust-lang/rust@59e52b1. Direct link to PR: <rust-lang/rust#53616> 💔 clippy-driver on windows: test-pass → build-fail (cc @Manishearth@llogiq@mcarton@oli-obk, @rust-lang/infra). 💔 clippy-driver on linux: test-pass → build-fail (cc @Manishearth@llogiq@mcarton@oli-obk, @rust-lang/infra). 💔 rls on windows: test-pass → build-fail (cc @nrc, @rust-lang/infra). 💔 rls on linux: test-pass → build-fail (cc @nrc, @rust-lang/infra).
oli-obk
commented
Aug 28, 2018
on it wrt clippy failure |
hir::map::Nodetohir::Nodeand removes theNode*prefix from its variants.hir::map::Entryto a structhir::map::Entry.Node*prefix from each ofAnnNodes variants.r? @eddyb