-
Notifications
You must be signed in to change notification settings - Fork 894
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
correctly uninstall toolchains that are stale symlinks #1201
Conversation
I found a way to test this. Now I guess I will see whether this also works on Windows... |
☔ The latest upstream changes (presumably #1229) made this pull request unmergeable. Please resolve the merge conflicts. |
I'm happy to rebase, but I'd appreciate to get some form of feedback on whether this approach is even going to get accepted. |
The fix looks good to me, sorry for the delay here! I'll r+ if you'd like to rebase |
Great :) |
@bors: r+ |
📌 Commit 984c997 has been approved by |
correctly uninstall toolchains that are stale symlinks Fixes #1169 I'd like to add a test for this -- what is the best way to do that?
☀️ Test successful - status-appveyor, status-travis |
Fixes #1169
I'd like to add a test for this -- what is the best way to do that?