Uh oh!
There was an error while loading. Please reload this page.
[beta] Update cargo on beta. - #47431
Conversation
rust-highfive
commented
Jan 14, 2018
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @aturon (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. |
eddyb
commented
Jan 15, 2018
Mark-Simulacrum
commented
Jan 15, 2018
So just to clarify, why are we backporting what seems like a simple feature? This seems unusual, and a cursory look didn't find any discussion (feel free to point me at it if it exists). |
eddyb
commented
Jan 15, 2018
@Mark-Simulacrum Paths in error messages and whatnot became relative to |
alexcrichton
commented
Jan 15, 2018
@Mark-Simulacrum yes this is a minor new features which brings in a fix for a bug on beta, and should be good to go! @bors: r+ |
bors
commented
Jan 15, 2018
📌 Commit d3605ee has been approved by |
alexcrichton
commented
Jan 15, 2018
Thanks @ehuss! |
kennytm
commented
Jan 17, 2018
@bors p=5 |
bors
commented
Jan 17, 2018
⌛ Testing commit d3605ee with merge d360d4ff50f16c6808439c7eedc7235981fc5413... |
bors
commented
Jan 17, 2018
💔 Test failed - status-travis |
alexcrichton
commented
Jan 17, 2018
@bors: retry Apparently a 30 second timeout isn't always enough... |
bors
commented
Jan 17, 2018
⌛ Testing commit d3605ee with merge 0e722254d968c09ad2befc788ed1aaf3242e1ea8... |
bors
commented
Jan 17, 2018
💔 Test failed - status-travis |
alexcrichton
commented
Jan 18, 2018
@bors: retry
|
bors
commented
Jan 18, 2018
Update cargo on beta. This brings in rust-lang/cargo#4940 which adds `"workspace_root"` to `cargo metadata` so that tools can resolve the new relative paths in symbols and compiler messages.
bors
commented
Jan 18, 2018
💔 Test failed - status-appveyor |
alexcrichton
commented
Jan 18, 2018
bors
commented
Jan 18, 2018
⌛ Testing commit d3605ee with merge 57a43b3d5704afadb5a7f028d329ae950ab54c7a... |
bors
commented
Jan 18, 2018
💔 Test failed - status-travis |
kennytm
commented
Jan 18, 2018
bors
commented
Jan 18, 2018
[beta] Update cargo on beta. This brings in rust-lang/cargo#4940 which adds `"workspace_root"` to `cargo metadata` so that tools can resolve the new relative paths in symbols and compiler messages.
bors
commented
Jan 18, 2018
💔 Test failed - status-appveyor |
kennytm
commented
Jan 18, 2018
alexcrichton
commented
Jan 18, 2018
I'm gonna close in favor of #47553 as the queue's a little backed up, hopefully when we land it we won't have to land much else in beta! |
This brings in rust-lang/cargo#4940 which adds
"workspace_root"tocargo metadataso that tools can resolve the new relative paths in symbols and compiler messages.