You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can see its due to the Create flag being stripped from the event.
I suspect the logic of strip() (watcher_fsevents.go) should handle rename events (as create/delete), however since in rename we don't easily know which "side" of the event we handle, I don't see an immediate fix.
The text was updated successfully, but these errors were encountered:
ReallyLiri
changed the title
FSEvents are sometimes not notified due to split() logic following rename
FSEvents are sometimes not notified due to strip() logic following rename
Mar 16, 2023
For example in the following action flow on Mac OSX 12.0.1
We do not get notified of the second create of the file.
Logs:
You can see its due to the
Create
flag being stripped from the event.I suspect the logic of
strip()
(watcher_fsevents.go
) should handle rename events (as create/delete), however since in rename we don't easily know which "side" of the event we handle, I don't see an immediate fix.The text was updated successfully, but these errors were encountered: