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

Add poll-based file watcher and use it as default for macOS #25

Merged
merged 44 commits into from
Mar 10, 2022

Conversation

pirgeo
Copy link
Member

@pirgeo pirgeo commented Feb 18, 2022

This PR introduces a new poll based file watcher interface since the WatchService based implementation does not work as intended on macOS. The Poller will poll in 60 Second intervals by default.
@arminru I have added your commits to add macOS to the testing infrastructure in this PR to ensure everything works as intended.

Copy link
Member

@joaopgrassi joaopgrassi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some nits but overall looks good.

Copy link
Member

@pichlermarc pichlermarc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few nits and questions. :)

Copy link
Member

@pichlermarc pichlermarc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good :)

@pirgeo pirgeo force-pushed the mac-os-polling branch 2 times, most recently from e36b1b6 to 8a2e598 Compare March 2, 2022 15:43
@pirgeo pirgeo merged commit 2b842f9 into main Mar 10, 2022
@pirgeo pirgeo deleted the mac-os-polling branch March 10, 2022 14:57
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.

4 participants