-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Ensure cache supporting files still exist after --cache-clear #6296
Ensure cache supporting files still exist after --cache-clear #6296
Conversation
I've thought about doing it that way also initially, but this still removes e.g. the |
To be clear: this fixes the initial / reported issue, but from my point of view there's another ("it should only remove the cache contents"), which I've tried to address also then in my patch. |
Sorry, which
I see and it is really not that complicated, but on the other hand I think most people expect As I said, if even with above points you still think we should only wipe |
I've put it into a Git repo to e.g. stash last-failed state etc.. IIRC I've posted a script to the mailing-list for this initially. It also helps with debugging/seeing issues with e.g. the lf plugin.
That's a good point, but it also renoves e.g. a customized I'd prefer it to only remove the contents still. But then those could be put into constants / a list maybe (using "d" and "v" is not very descriptive, also where it is used). |
OK, done. 👍 |
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.
👍
You might want to state this explicitly in the changelog also (the second fix/improvement). |
aa95b91
to
172b828
Compare
Fix #6290