Uh oh!
There was an error while loading. Please reload this page.
Move Cargo.{toml,lock} to the repository root directory. - #53586
Conversation
Mark-Simulacrum
commented
Aug 22, 2018
I semi-expect tests to fail for this -- I cannot find the previous attempt at this right now but believe |
rust-highfive
commented
Aug 22, 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 22, 2018
Heh, that rustdoc failure shows |
alexcrichton
commented
Aug 22, 2018
@bors: r+ Heh the only reason this wasn't done to start off with is because it broke things, but I believe things may have progressed since then so let's see what happens! |
bors
commented
Aug 22, 2018
📌 Commit 4923fe5cc90e6517e961266dcf6fa8e6b4b22364 has been approved by |
bors
commented
Aug 22, 2018
☔ The latest upstream changes (presumably #53607) made this pull request unmergeable. Please resolve the merge conflicts. |
eddyb
commented
Aug 24, 2018
@bors r=alexcrichton |
bors
commented
Aug 24, 2018
📌 Commit eee053530f64ce5dd61e62f08b7ea221d3eedc95 has been approved by |
bors
commented
Aug 25, 2018
⌛ Testing commit eee053530f64ce5dd61e62f08b7ea221d3eedc95 with merge 1e958fa6071ac338b5a4b1bc8949ddd8d95604c7... |
bors
commented
Aug 25, 2018
💔 Test failed - status-travis |
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 25, 2018
@Mark-Simulacrum Is that the failure you expected, or something simpler? |
bors
commented
Aug 25, 2018
☔ The latest upstream changes (presumably #53701) made this pull request unmergeable. Please resolve the merge conflicts. |
ollie27
commented
Aug 26, 2018
#47731 was the previous attempt btw. |
TimNN
commented
Sep 4, 2018
Ping from triage @eddyb: What are you plans for this PR? |
eddyb
commented
Nov 22, 2018
@bors r=alexcrichton |
bors
commented
Nov 22, 2018
📌 Commit 7c166f5 has been approved by |
bors
commented
Nov 22, 2018
Move Cargo.{toml,lock} to the repository root directory.
This should give us back `src/` in errors, panics and debuginfo, for free.
r? @Mark-Simulacrum@alexcrichton cc @michaelwoeristerbors
commented
Nov 22, 2018
☀️ Test successful - status-appveyor, status-travis |
rust-highfive
commented
Nov 22, 2018
Tested on commit rust-lang/rust@c08840d. Direct link to PR: <rust-lang/rust#53586> 💔 rls on windows: test-pass → test-fail (cc @nrc@Xanewok, @rust-lang/infra). 💔 rls on linux: test-pass → test-fail (cc @nrc@Xanewok, @rust-lang/infra).
nrc
commented
Nov 22, 2018
Hmm, so this seems to have broken things. I won't have time to look into it until after edition though |
eddyb
commented
Nov 22, 2018
The fix is probably easy, I need to take a look - I suspect the same approach I used for compiletest, cargocheck and distcheck, should apply here. |
Xanewok
commented
Nov 22, 2018
https://ci.appveyor.com/project/rust-lang/rust/builds/20492571/job/b1o1sacl8oluwt2q#L9757 |
emilyalbini
commented
Nov 22, 2018
Hmm, we need rls to be fixed the week before 1.31 is released though, otherwise we won't be able to land any PR. |
EDIT: wait, I think I actually need to change |
Fix is up at rust-lang/rls#1138. |
This should give us back
src/in errors, panics and debuginfo, for free.r? @Mark-Simulacrum@alexcrichton cc @michaelwoerister