Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gorakhargosh/watchdog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.1
Choose a base ref
...
head repository: gorakhargosh/watchdog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.2
Choose a head ref
  • 4 commits
  • 7 files changed
  • 3 contributors

Commits on May 10, 2021

  1. Bump the version to 2.1.2

    BoboTiG committed May 10, 2021
    Configuration menu
    Copy the full SHA
    4e7ca8d View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. [windows] Fix event detection right after starting an emitter on PyPy (

    …#796)
    
    And re-add PyPy to CI
    
    Co-authored-by: Mickaël Schoentgen <[email protected]>
    oprypin and BoboTiG authored May 12, 2021
    Configuration menu
    Copy the full SHA
    50af6eb View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. [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 <[email protected]>
    CCP-Aporia and BoboTiG authored May 19, 2021
    Configuration menu
    Copy the full SHA
    8fb9409 View commit details
    Browse the repository at this point in the history
  2. Release 2.1.2

    BoboTiG committed May 19, 2021
    Configuration menu
    Copy the full SHA
    7e478de View commit details
    Browse the repository at this point in the history
Loading