-
Notifications
You must be signed in to change notification settings - Fork 46
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
Update notify-rs to Version 5 #453
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
86247a5
Initial version bump
stsantilena 90b2571
Added new event types
stsantilena 0b12901
Modified errors
stsantilena ada560d
Added additional event mappings
stsantilena 5d169c5
Fix remaining tests and lint
stsantilena b7f51ad
Merge branch 'master' into update-notify-rs-to-v5
stsantilena b7ef217
Added additional modify event
stsantilena c0a9c98
Fix lint
stsantilena f8829c4
Merge branch 'master' into update-notify-rs-to-v5
stsantilena 235a456
Modify integration test parameters
stsantilena fb247a0
Fix lint
stsantilena 689db67
Test recommended watcher
stsantilena c3cf568
Adjust test parameters
stsantilena 59a4903
A few more tweaks
stsantilena 26db6b1
Optimized event mapping
stsantilena 7957737
Configured unix only tests
stsantilena e8d5bb1
Fix typo
stsantilena 177c5e8
Added windows filesystem unit tests
stsantilena 26cca1a
Added additional tests
stsantilena 830c5fc
Refactored and added unit tests
stsantilena 78e265a
Test updates
stsantilena 91a921e
Add unix cfg and skip lint
stsantilena ec7b50f
Merge branch 'master' into update-notify-rs-to-v5
stsantilena d631761
Add back linting
stsantilena File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Windows specific
filesystem
tests have an_win
suffix. The intermediate test macros cause the deletes to fail so to work around this I've added specific file asserts within the thread where the files are created and deleted. They don't mimic the original tests exactly but provide some test coverage.