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

general purpose file indexer #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

general purpose file indexer #1

wants to merge 3 commits into from

Conversation

advdv
Copy link
Contributor

@advdv advdv commented Jul 7, 2015

With a file indexer it becomes possible to create events for individual file

  • add indexing when adding multiple folders and subfolders
  • add reindexing when removing multiple folders and sufbolders
  • error on linux/windows when removing dir with files
  • remove folder with file and then adding this folder with file again causes wrong event
  • moving a file out of the monitored file tree is a recursive action (with recursive consequences) but only causes a single dir event (of the top dir)

monitor bugs

  • dir events after a dir is moved out of the monitored tree are still emitted by linux but not on osx

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