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. 👍 |
|
You might want to state this explicitly in the changelog also (the second fix/improvement). |
aa95b91 to
172b828
Compare
Fix #6290