-
-
Notifications
You must be signed in to change notification settings - Fork 704
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mac] Fix relative path handling for non-recursive watch in FSEventsO…
…bserver (#799) * Add test for issue #797 This works for me locally, let's see what the CI machine says. * Use absolute watch path in recursive check A watch path may be relative, while an event path is always absolute. Since the check for recursive events simply compared the watch path with the event path then that would fail in case the watch was set to a relative folder. This resolves the issue. Fixes #797 * Add support for ~ in watch path Same problem as relative paths. * Update changelog.rst Co-authored-by: Mickaël Schoentgen <contact@tiger-222.fr>
- Loading branch information
1 parent
50af6eb
commit 8fb9409
Showing
3 changed files
with
59 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters