Uh oh!
There was an error while loading. Please reload this page.
Remove metadata only codegen backend - #58847
Conversation
rust-highfive
commented
Mar 1, 2019
(rust_highfive has picked a reviewer for you, use r? to override) |
alexcrichton
commented
Mar 1, 2019
@bors: r+ |
bors
commented
Mar 1, 2019
📌 Commit 72dffcced14d7bb1db9ca0310e7a248046c32eff has been approved by |
rust-highfive
commented
Mar 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 |
alexcrichton
commented
Mar 1, 2019
@bors: r- delegate+ |
bors
commented
Mar 1, 2019
✌️ @bjorn3 can now approve this pull request |
72dffcc to
4db55daComparebjorn3
commented
Mar 1, 2019
Removed commit 72dffcced14d7bb1db9ca0310e7a248046c32eff ([bootstrap] Remove llvm.enabled config) which was causing this. @bors r=alexcrichton |
bors
commented
Mar 1, 2019
📌 Commit 4db55da2bcd8356b38eeca7f4da587c81bb4b658 has been approved by |
rust-highfive
commented
Mar 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 |
There was a problem hiding this comment.
Since we're removing this here, I assume we also need to remove this below?
rust/src/librustc_driver/test.rs
Line 100 in 350674b
There was a problem hiding this comment.
The rustc_driver tests rely on the metadata-only backend since it can't find the real one. How is that resolved in this PR?
There was a problem hiding this comment.
Tests in rustc_driver is an artifact of days long before 1.0 (just look at what they are doing - testing lifetime inference? in rustc_driver?).
They should be just removed at long last.
There was a problem hiding this comment.
Now I get why it failed testing. I thought it was commit 72dffcc, which I removed after seeing the failing test. I will remove the tests from rustc_driver and reintroduce 72dffcc.
kennytm
commented
Mar 2, 2019
@bors r- Failed to test stage1 rustc_driver. |
rust-highfive
commented
Mar 2, 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 |
bors
commented
Mar 2, 2019
☔ The latest upstream changes (presumably #58836) made this pull request unmergeable. Please resolve the merge conflicts. |
cc7ff4f to
8add308Comparebjorn3
commented
Mar 3, 2019
Rebased |
alexcrichton
commented
Mar 4, 2019
@bors: r+ |
bors
commented
Mar 16, 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 |
aea0d50 to
0e0488fComparebjorn3
commented
Mar 16, 2019
Rebased @bors r=alexcrichton |
bors
commented
Mar 16, 2019
📌 Commit 0e0488f has been approved by |
bors
commented
Mar 18, 2019
Remove metadata only codegen backend It is unused and probably broken at the moment.
bors
commented
Mar 18, 2019
💔 Test failed - status-appveyor |
ljedrz
commented
Mar 18, 2019
@bors retry |
bors
commented
Mar 18, 2019
Remove metadata only codegen backend It is unused and probably broken at the moment.
bors
commented
Mar 18, 2019
☀️ Test successful - checks-travis, status-appveyor |
It is unused and probably broken at the moment.