Skip to content

Don't delete files that are still accessible from the cache #1751

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

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

ikelos
Copy link
Member

@ikelos ikelos commented Mar 29, 2025

This is a naive means to ensure we never delete files that are still valid/exist from the cache. The downside with this is that even if a file isn't in the user's symbols path, it might still be retrieved and used (which would be confusing, so the PR can't be committed in its current form). We'd probably need to filter the returned list of symbols to make sure they're remote or that they're in the user's current symbol directory...

Closes #1255

@ikelos ikelos marked this pull request as draft March 29, 2025 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cache Update Issues
1 participant