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

emit a FileClosedEvent when a file is closed (inotify-only feature) #245

Closed
wants to merge 1 commit into from
Closed

Conversation

arthurdarcet
Copy link

This is inotify-only, so i have no idea if it's considered in the scope of this lib or not.

@tamland
Copy link
Collaborator

tamland commented Jun 20, 2014

Planned, but nothing done on it yet. See #217. Feel free to start on it, but it should rather be done via an on_native_event method passing the low level event as is, as there are way too many types of events to add them all like this. See how everything here is just boilerplate translating data to an object and to a method call.

@arthurdarcet
Copy link
Author

Ok, sorry for the duplicate, i will keep watching #217 then, and maybe i will send a PR if i have the time (not in the next few weeks).

chris-allan added a commit to glencoesoftware/watchdog that referenced this pull request Apr 29, 2017
This is a slightly modernised and updated version of the PR
gorakhargosh#245.

Native event tracking issue for reference:

 * gorakhargosh#217
@BoboTiG
Copy link
Collaborator

BoboTiG commented Jan 15, 2021

Finally implemented with 2fab7c2 (will be part of the 1.0.3 version).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants