-
-
Notifications
You must be signed in to change notification settings - Fork 398
Uninstall does not remove lib binaries #285
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
Proposal:
|
I think it's a reasonable proposal, but there are a couple of things that should be considered: Since arduino/Arduino#9023, there is already a
So it might make sense to move the existing contents of the cache folder to a dedicated subfolder (something like
The The library binaries in |
Thanks @per1234 for the insights, I think there's enough to rethink my approach, I'd rather avoid messing with folder names if this means breaking the old IDE, specially now that development iterations on the CLI are so fast we've no chance to keep up with the IDE. Another option would be keep going with the @mastrolinux thoughts? |
We can still use |
In case somebody wants to contribute, to sum up the discussion what's need to be done here is a new |
May I try this issue? |
@howjmay yes please! |
I currently remove the default path of the caching file, but I think I may need a way out to remove caching file in other user-assigned path. |
Fix released with 0.8.0, closing... |
Bug Report
Lib uninstall should not only remove libs from the index but also remove the corresponding binary in .arduino15/staging/libraries/ or at least have an option to avoid removing the lib binary. Default behaviour should be to remove the bin too.
Current behavior
Expected behavior
Uninstall should remove the lib file
Environment
arduino-cli version
): arduino-cli Version: 0.3.7-alpha.preview Commit: BuildDate: 2019-07-17 10:37:06.0191213 +0000 UTCThe text was updated successfully, but these errors were encountered: