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

[inotify] Add support for IN_CLOSE_NOWRITE events #1059

Merged
merged 2 commits into from
Aug 12, 2024

Conversation

BoboTiG
Copy link
Collaborator

@BoboTiG BoboTiG commented Aug 12, 2024

A FileClosedNoWriteEvent event will be fired, and its on_closed_no_write() dispatcher has been introduced.
Also removed the InotifyConstants.IN_CLOSE constant.

Closes #1046.

A `FileClosedNoWriteEvent` event will be fired,
and its `on_closed_no_write()` dispatcher has been introduced.

Closes gorakhargosh#1046.
@BoboTiG BoboTiG merged commit 837ee40 into gorakhargosh:master Aug 12, 2024
38 checks passed
@BoboTiG BoboTiG deleted the feat-inotify-file-close-nowrite branch August 12, 2024 08:13
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.

Ambiguity in setting FileClosedEvent in filter
1 participant