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

Fixes missing notification for deletion of watched dir on macOS #727

Merged
merged 12 commits into from
Dec 16, 2020

Commits on Dec 11, 2020

  1. monitor our own root

    Sam Schott committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    372cf72 View commit details
    Browse the repository at this point in the history
  2. properly handle root change event

    Sam Schott committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    2691d99 View commit details
    Browse the repository at this point in the history
  3. test on all platforms that root deleted event is emitted ...

    ... and that emitter is stopped
    Sam Schott committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    85a94ba View commit details
    Browse the repository at this point in the history
  4. basic test for root moved

    Sam Schott committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    094545c View commit details
    Browse the repository at this point in the history
  5. winapi: emit DirDeletedEvent of removed root

    Sam Schott committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    e8b4415 View commit details
    Browse the repository at this point in the history
  6. removed leftover commented-out code

    Sam Schott committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    068a47a View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2020

  1. expect KeyError when unscheduling removed watch

    Sam Schott committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    1979d41 View commit details
    Browse the repository at this point in the history
  2. propagate root deleted event in inotify

    Sam Schott committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    ecadcf7 View commit details
    Browse the repository at this point in the history
  3. remove test_move_self

    Sam Schott committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    00224c6 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2020

  1. catch OSError when stopping watch in fixture

    Sam Schott committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    e0fdcfd View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Configuration menu
    Copy the full SHA
    424fb81 View commit details
    Browse the repository at this point in the history
  2. don't emit root deleted for child watches

    Sam Schott committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    2b04710 View commit details
    Browse the repository at this point in the history