Uh oh!
There was an error while loading. Please reload this page.
#53576 Renaming TyAnon -> TyOpaque - #53705
Conversation
rust-highfive
commented
Aug 25, 2018
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @pnkfelix (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. |
ms2300
commented
Aug 25, 2018
r? @eddyb |
ms2300
commented
Aug 27, 2018
All good? Should I be doing anything else? |
bors
commented
Aug 28, 2018
☔ The latest upstream changes (presumably #53616) made this pull request unmergeable. Please resolve the merge conflicts. |
How do I resolve these conflicts without merging from upstream? Edit: Just rebased and it should work |
TimNN
commented
Sep 4, 2018
Ping from triage @eddyb / @rust-lang/compiler: This PR requires your review. |
Sorry, I meant to get back to this, but somehow forgot! It all looks correct to me — just one last thing: could you squash the related changes together? (Either one commit for everything, or one for code changes and one for test changes.) I'll approve after that (and @eddyb can add any additional comments afterwards if I've forgotten anything else)! Thanks! |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
ms2300
commented
Sep 5, 2018
I squashed into two commits, thanks for the update! |
rust-highfive
commented
Sep 5, 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 |
rust-highfive
commented
Sep 5, 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
Sep 5, 2018
bors
commented
Sep 6, 2018
💔 Test failed - status-travis |
rust-highfive
commented
Sep 6, 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 |
Does anyone know what this error is referencing? Edit: I thought I had ran all of the normal test commands and they passed (?) |
oli-obk
commented
Sep 6, 2018
@bors retry network error |
bors
commented
Sep 6, 2018
bors
commented
Sep 6, 2018
💔 Test failed - status-travis |
rust-highfive
commented
Sep 6, 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 |
oli-obk
commented
Sep 6, 2018
You updated the llvm submodule. Please revert that (That's also the source of the failure) |
ms2300
commented
Sep 6, 2018
Yeah for some reason I updated a lot of the submodules somewhere in the rebasing process and reverted all but that one. My bad it should work now |
oli-obk
commented
Sep 6, 2018
@bors r+ |
bors
commented
Sep 6, 2018
📌 Commit f4d4faa has been approved by |
rust-lang#53576 Renaming TyAnon -> TyOpaque Fixesrust-lang#53576
bors
commented
Sep 8, 2018
bors
commented
Sep 8, 2018
☀️ Test successful - status-appveyor, status-travis |
Fixes#53576