-
Notifications
You must be signed in to change notification settings - Fork 72
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
Use os.walk for recursing+add ignored dirs #63
base: master
Are you sure you want to change the base?
Use os.walk for recursing+add ignored dirs #63
Conversation
…to Larivact-patch-1 Conflicts: inotify/adapters.py
…m-master Conflicts: inotify/adapters.py
…regarding directory access events..
* fixed order of add-watch/scandir to ensure not missing any directory created between scanning directory and adding watch * try to import walk from scandir module if python's version os module is missing scandir functionality * adjusted README accordingly * adjusted tests accordingly - fixed merge/implementation of ignored_dirs parameter for the tree-watchers * added testcase - did a small fix I have commited in another branch (remove duplicate IN_MOVED_TO handling) to have clean testcases (- maybe some other minor adjustments btw... check history...)
…ded" and missed to fix the "trusty" (v4 kernel?) version)
Any news regarding this pull request? |
@codethief I wanted to merge all the collected fixes and changes into one branch and into one complete PR (so that at least I have a more complete version to continue with). |
This is too big of a PR. Please squash. |
This is a quite properly implemented merge of #30 from @Larivact + #31 from @innlym + #48 from @xlotlu into master.
Would be fine if You could merge this or similiar as I dislike the idea staying on a fork not in sync with upstream to have a working version.
(Still some fixes/cahnges missing here as I did not merge this proposal into my main fixes branch yet.)