-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Don't read the config file twice when $CARGO_HOME is a symlink #16325
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
Conversation
|
Note that a test should be added for this. We find it works best when a test is added in its own commit, showing the buggy behavior, and then put your fix on the commit after which will then update the test to show the fixed behavior. |
513628f to
32bc65e
Compare
|
r? @weihanglo rustbot has assigned @weihanglo. Use |
32bc65e to
de20b86
Compare
0038a81 to
aa0376a
Compare
This comment has been minimized.
This comment has been minimized.
d196c27 to
7afa6bb
Compare
7afa6bb to
5163a92
Compare
|
This PR was rebased onto a different master commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
78f98d6 to
c4cdbec
Compare
de316bf to
dd6e815
Compare
dd6e815 to
e5889cf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working with us!
What does this PR try to resolve?
Cargo should not load configuration twice if the config is symlinked
resolves #16206
How to test and review this PR?