-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vendor: don't use canonical path in .cargo/config #7629
Conversation
r? @Eh2406 (rust_highfive has picked a reviewer for you, use r? to override) |
Use the user-specified path as-is, so it remains relative if specified as relative. Should also address Windows path canonicalization issues. Resolves issue rust-lang#7316
One open question is whether to replicate the behaviour of |
Test failures seem spurious. |
vendor... so |
@bors: r+ |
📌 Commit 4c67a2d has been approved by |
⌛ Testing commit 4c67a2d with merge 188b718a2fca68bb75b287feae3e6a38547d7d39... |
@bors: retry gonna get the nightly fix in first |
⌛ Testing commit 4c67a2d with merge 5066168fa2dc785786089e840df99b27b1563c1b... |
@bors: retry got the queue priority wrong |
vendor: don't use canonical path in .cargo/config Use the user-specified path as-is, so it remains relative if specified as relative. Should also address Windows path canonicalization issues. Resolves issue #7316
☀️ Test successful - checks-azure |
Update cargo 11 commits in 750cb1482e4d0e74822cded7ab8b3c677ed8b041..626f0f40efd32e6b3dbade50cd53fdfaa08446ba 2019-11-23 23:06:36 +0000 to 2019-12-03 16:53:04 +0000 - Change some texts to links in README (rust-lang/cargo#7652) - Update config and environment variable docs. (rust-lang/cargo#7650) - Stop ignoring .rs.bk files; rustfmt hasn't generated them in years (rust-lang/cargo#7647) - Various contributing docs updates. (rust-lang/cargo#7642) - Stabilize profile-overrides. (rust-lang/cargo#7591) - Update comment about ResolveVersion default version. (rust-lang/cargo#7637) - Update tests for slight wording change in rustdoc error message. (rust-lang/cargo#7641) - Remove dep_targets. (rust-lang/cargo#7626) - vendor: don't use canonical path in .cargo/config (rust-lang/cargo#7629) - Minor testsuite organization. (rust-lang/cargo#7628) - Remove failing plugin tests. (rust-lang/cargo#7630)
Use the user-specified path as-is, so it remains relative if specified as relative.
Should also address Windows path canonicalization issues.
Resolves issue #7316