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

Document and test removing watched directory on Windows #589

Merged
merged 1 commit into from Oct 19, 2023
Merged

Commits on Oct 19, 2023

  1. Document and test removing watched directory on Windows

    On Windows deleting the watched directive gives undefined results and
    delivering events for the files in the directory is not guaranteed. I
    can reproduce this even with a very simple example in Python, and it's
    not an fsnotify bug as far as I can see.
    
    There's nothing we can do about this, so update the documentation and
    tweak the test so we don't get intermittent test failures.
    
    On other platforms it does report all files.
    arp242 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    c86f21c View commit details
    Browse the repository at this point in the history