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 for native fs-events #716

Merged
merged 8 commits into from
Dec 9, 2020

Commits on Dec 7, 2020

  1. Configuration menu
    Copy the full SHA
    8515e14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43989bd View commit details
    Browse the repository at this point in the history
  3. Use PyCapsule with Python 2.7

    Addresses one possible source of memory corruption, and simplifies the code.
    CCP-Aporia committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    e5508ce View commit details
    Browse the repository at this point in the history
  4. Fix event_id construction

    CCP-Aporia committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    d340e35 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5142713 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Fix regression introduced by Utf8 conversion func

    Python 2.7 didn't like the double string conversion.
    
    Also improve some of the error handling code to behave better, as
    well as add error handling to th PyCapsule creation.
    CCP-Aporia committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    14bb455 View commit details
    Browse the repository at this point in the history
  2. Add test for recursive watch

    Inspired by issue gorakhargosh#706
    CCP-Aporia committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    d961198 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7be1a4d View commit details
    Browse the repository at this point in the history