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

FSEventStream fixes #149

Merged
merged 3 commits into from
May 27, 2020
Merged

FSEventStream fixes #149

merged 3 commits into from
May 27, 2020

Conversation

s-ludwig
Copy link
Member

No description provided.

The events reported always use the canonical path, which broke the relative path logic. TO counter this, the canonical path is now determined explicitly.
This caused the watcher to be endlessly recreated in rapid succession.
It turned out to be impossible to determine the source and target names for a rename operation, so the actual existence of the file has to be used.
@s-ludwig s-ludwig requested a review from l-kramer May 27, 2020 16:08
@s-ludwig s-ludwig merged commit 68cbade into master May 27, 2020
@s-ludwig s-ludwig deleted the fseventstream_fixes branch May 27, 2020 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants