-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
[aura] -Cv: Cache clear vcs contents #693
Conversation
Personally I often |
Okay, I've built and tried it. Successfully cleared out my edit: while I've got you here, some tools like |
Thanks! I'll get this merged tomorrow (Sunday). |
Aura does have |
Interestingly the output is different than what aura produces, it also delineates between "missing" and "orphaned". I've used
I can make a separate issue for this if you want, I'd like to know exactly what each considers an "orphan" |
Sure, please do. |
This PR is good to go? Or did you want me to make the changes to the Rust code here also. |
Forgive me, this should be good to go. I will test and merge it on Friday. |
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.
The changes themselves look good, testing now.
Works great, thank you. Making a release. |
Released, enjoy. |
Unfortunately, can't upvote or add an emoji reaction to a release. GitHub why 😆 |
closes: #692
I can submit changes for the Rust version in another PR. I re-used the "Cleaning package cache..." translations, if we want that to be more specific we'll need a new set of translations.
I haven't tested it out yet, although the code is pretty straight forward, what's a good way to test? Do you just
stack build
then execute the binary?