-
Notifications
You must be signed in to change notification settings - Fork 945
Rename ~/.multirust to ~/.rustup. #537
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
Comments
I'd like to take a stab at this issue. I was wondering what this would entail changing in the code in order to make this update smooth for existing users as well as making sure all new installs will follow this convention. |
This should be reverted when rust-lang#537 is fixed.
@mgattozzi The story for upgrading rustup data formats isn't very consistent right now. For this I would suggest the following:
In both cases we could continue on error using One tricky bit here is that the initial update needs to use either the |
Please consider switching to the XDG Base Directory specification instead, to remove clutter from our home directories. |
can we close this please and put a 0.4 milestone on #247? i’ll immediately start working on it once i get green light (in both cargo and here) |
@flying-sheep No we can't do that. There is an RFC on the subject if you would like to follow. |
thanks, i already do. and why can’t we do that? won’t the RFC be followed? |
The RFC has not yet been accepted. |
of course, sorry. then i’ll wait until it is! |
This happened. |
@Diggsey in the readme it still states |
A fresh Rust install still creates ~/.multirust/
Could this ‘legacy name’ be transitioned away quicker? |
This is a legacy name that needs to be transitioned away from.
The text was updated successfully, but these errors were encountered: