-
-
Notifications
You must be signed in to change notification settings - Fork 704
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
Implement inotify file close events #690
Conversation
Hello @lukassup, Thanks a lot for the patch! Do you mind adding a line in https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst and a test? It would be perfect :) |
Should we make a difference between "write" and "nowrite" events? The later should not trigger a |
This reverts commit 69d61d0.
Thanks! Will do more extensive testing a bit later. |
Thanks to you 👍 |
* add: inotify file close events * fix: NOWRITE_CLOSE doesn't modify dir * update changelog & version * add: test events * Revert "update changelog & version" This reverts commit 69d61d0. * update changelog * [gnu/linux] Fix ability to catch IN_CLOSE_WRITE, IN_CLOSE_NOWRITE events #690 * [gnu/linux] Test IN_CLOSE_WRITE, IN_CLOSE_NOWRITE events * Fix typos * [gnu/linux] Fix test due to IN_CLOSE_NOWRITE event * [gnu/linux] Revert IN_CLOSE_NOWRITE support #747 * [gnu/linux] Extend test for IN_CLOSE_WRITE support #747 * fix typos * Update changelog #747, #690 Co-authored-by: Lukas Šupienis <l.supienis@ncs.lt> Co-authored-by: Lukas Šupienis <lukas.supienis@gmail.com>
INotify-specific events for IN_WRITE_CLOSE and IN_NOWRITE_CLOSE