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

Support strict_exception_groups=True #188

Merged
merged 10 commits into from
Sep 21, 2024

Commits on Jun 17, 2024

  1. * Drops python3.7 support. It still works afaik, but is a pain to tes…

    …t in CI.
    
    * Adds loose mypy run to Makefile & CI
    * Adds some type annotations
    * Adds 3.13-dev test run. It currently fails, but will pass once trio
      and cffi push new releases.
    * Adds blurb to readme on status of the project.
    * Bump package versions in requirements-dev.txt and
      requirements-dev-full.txt
    * Adds small tests to slightly bump code coverage
    jakkdl committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    8f04a5c View commit details
    Browse the repository at this point in the history
  2. handle strict_exception_groups=True by unwrapping user exceptions fro…

    …m within exceptiongroups
    
    revert making close_connection CS shielded, as that would be a behaviour change causing very long stalls with the default timeout of 60s
    
    add comment for pylint disable
    
    move RaisesGroup import
    jakkdl committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    7eb779b View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    c3f7dc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fd6db1 View commit details
    Browse the repository at this point in the history
  3. fix pylint warnings

    jakkdl committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    69853c3 View commit details
    Browse the repository at this point in the history
  4. fix old_deps

    jakkdl committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    f22fa75 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Configuration menu
    Copy the full SHA
    4e6f1c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. removed duplicate 'mypy' entry, renamed EXCEPTION_GROUP_TYPE to _TRIO…

    …_EXC_GROUP_TYPE and moved it to _impl
    jakkdl committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    5560766 View commit details
    Browse the repository at this point in the history
  2. reword internal error message

    jakkdl committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    a9f14a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    40369d0 View commit details
    Browse the repository at this point in the history