-
Notifications
You must be signed in to change notification settings - Fork 113
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
Properly handle multiple rename (delete) events in inotify buffer #172
Conversation
Contributed on behalf of ST Microelectronics Signed-off-by: Thomas Mäder <[email protected]>
@julianmesa-gitkraken what's the protocol for getting PR's merged? |
I need to reproduce and test it, I will try to do it today |
Fantastic, thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After testing, I agree with the solution.
We are moving to trash and removeDirectory
should be called when isDirectoryRemoval
only.
Thanks! |
@ianhattendorf can you give an ETA when a new release will go out? |
Thx, it's great to have an approximate ETA (and more fixes). |
Supposed to fix #171
Contributed on behalf of ST Microelectronics
Signed-off-by: Thomas Mäder [email protected]