Uh oh!
There was an error while loading. Please reload this page.
Fix #45268 by saving all NodeId's for resolved traits. - #60415
Conversation
rust-highfive
commented
Apr 30, 2019
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @oli-obk (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
oli-obk
commented
Apr 30, 2019
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
rust-highfive
commented
Apr 30, 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 |
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.
Uh oh!
There was an error while loading. Please reload this page.
petrochenkov
commented
May 1, 2019
From ICEs found by CI it looks like |
rust-highfive
commented
May 1, 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 |
jespersm
commented
May 1, 2019
I think I found the source of the ICE, so I hope to be able to push a fix in a little while. |
813f3bd to
2e2c3a3CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm done here -- any remaining review comments exceed my Rust skills... r? petrochenkov |
Uh oh!
There was an error while loading. Please reload this page.
petrochenkov
commented
May 2, 2019
One last fix and it's ready to go. |
jespersm
commented
May 2, 2019
Done (Travis is chewing on it now) |
petrochenkov
commented
May 4, 2019
@jespersm |
a83914e to
9f8f833Comparejespersm
commented
May 4, 2019
Whoops, forgot fetch before rebase. Fixing the DefKind refactoring now. |
9f8f833 to
76d827dComparerust-highfive
commented
May 4, 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 |
76d827d to
c9b9419Comparerust-highfive
commented
May 4, 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 |
jespersm
commented
May 4, 2019
@petrochenkov : I can't make this work, help needed. After the rebase, Travis won't build, but the build works fine here without any version changes on Cargo.lock |
petrochenkov
commented
May 4, 2019
Weird. Let me look. |
c9b9419 to
f5b5ca8Comparepetrochenkov
commented
May 4, 2019
bors
commented
May 4, 2019
📌 Commit f5b5ca8 has been approved by |
bors
commented
May 4, 2019
Fix#45268 by saving all NodeId's for resolved traits. This fixes#45268 by saving all NodeId's for resolved traits. I've verifies this against master (but only on MacOS). However, with some recent changes in master, it appears that there are some failures on my machine. They are unrelated to my changes, anyway.
bors
commented
May 5, 2019
☀️ Test successful - checks-travis, status-appveyor |
This fixes#45268 by saving all NodeId's for resolved traits.
I've verifies this against master (but only on MacOS). However, with some recent changes in master, it appears that there are some failures on my machine. They are unrelated to my changes, anyway.