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

basic Asyncio support #210

Merged
merged 8 commits into from
Mar 2, 2024
Merged

basic Asyncio support #210

merged 8 commits into from
Mar 2, 2024

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    d907854 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6b022b View commit details
    Browse the repository at this point in the history
  3. update changelog. Removed #ASYNCIO from a bunch of files which are pa…

    …ssing on asyncio, though not necessarily for good reasons
    jakkdl committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    b640a1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e97b5d3 View commit details
    Browse the repository at this point in the history
  5. update error descriptions in README to better reflect which errors wo…

    …rk with which library, and minor updates. 102/103/104 now sees asyncio.exceptions.CancelledError as a critical exception. Fix import/arg detection of asyncio. add asyncio102_asyncio. add async103_all_imported. Finally make test_anyio_from_config autodetect the correct line number. Fix BASE_LIBRARY marker being interpreted as a bool. Make #NOTRIO/#NOASYNCIO/#NOANYIO run the visitor but ignore the result, instead of skipping, to check it doesn't crash. Generalize error-message-library-check.
    jakkdl committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ced4570 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a2dcf81 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Update tests/test_config_and_args.py

    Co-authored-by: Zac Hatfield-Dodds <zac.hatfield.dodds@gmail.com>
    jakkdl and Zac-HD authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    3864eb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86b473d View commit details
    Browse the repository at this point in the history