roma-glushko / notifykit

👀 A performant, cross-platform, modern Pythonic toolkit for building applications that need watching filesystem events
https://notifykit.readthedocs.io/en/latest/
Apache License 2.0
8 stars 1 forks source link

Notify Debouncer misses stitching rename events on file creation #10

Open roma-glushko opened 11 months ago

roma-glushko commented 11 months ago

Here is a way to reproduce that on MacOS:

touch vi.com && mv vi.com vi.co

Instead of correctly stitching two rename events, debouncer produces two Rename(Any) events.