Skip to content
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

Better files events processing #496

Open
wants to merge 2 commits into
base: self_configure
Choose a base branch
from

Conversation

JegernOUTT
Copy link
Member

  • Improve file filtering by excluding blacklisted and redundant paths
  • Update the file watcher logic to exclude paths either inside blacklisted directories or having redundant parents.
  • Introduce functions is_in_one_of_the_workspaces_root and has_the_same_parent_as_one_of_the_others to aid path validation.
  • Enhance cache handling by removing deleted files from workspace state.
  • Modify logging to clarify when files are being added or removed.

- Update the file watcher logic to exclude paths either inside blacklisted directories or having redundant parents.
- Introduce functions `is_in_one_of_the_workspaces_root` and `has_the_same_parent_as_one_of_the_others` to aid path validation.
- Enhance cache handling by removing deleted files from workspace state.
- Modify logging to clarify when files are being added or removed.
@JegernOUTT JegernOUTT self-assigned this Dec 16, 2024
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.

1 participant