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

LinkedTaskChannel.subscribe(), explicit asyncio task cancel logging, test_trioisms.py #304

Merged
merged 15 commits into from
Apr 12, 2022

Commits on Apr 12, 2022

  1. Configuration menu
    Copy the full SHA
    13c8300 View commit details
    Browse the repository at this point in the history
  2. Add more explicit asyncio task error logging

    When an `asyncio` side task errors or is cancelled we now explicitly
    report the traceback and task name if possible as well as the source
    reason for the error (some come from the `trio` side).
    
    Further, properly set any `trio` side exception (after unwrapping it
    from the `outcome.Error`) on the future that runs the `trio` guest run.
    goodboy committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    9b77b8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46963c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c322a19 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    032e14e View commit details
    Browse the repository at this point in the history
  6. Type fixes

    goodboy committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    f3606d5 View commit details
    Browse the repository at this point in the history
  7. Run mypy on 3.10

    goodboy committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    20d281f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    faf751a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e45251d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9c43bb2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9059361 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    333fad8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fa354ff View commit details
    Browse the repository at this point in the history
  14. Add nooz file

    goodboy committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    597ae4b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9c27858 View commit details
    Browse the repository at this point in the history