Merge branch 'master' into memory_channel_named_tuple #32
Annotations
10 errors and 1 notice
Ubuntu (3.8, check formatting)
ruff found issues
|
Mypy-Linux+Mac+Windows:
trio/_tests/test_highlevel_serve_listeners.py#L40
trio/_tests/test_highlevel_serve_listeners.py:(40:15 - 40:46): "Tuple[MemorySendChannel[StapledStream[MemorySendStream, MemoryReceiveStream]], MemoryReceiveChannel[StapledStream[MemorySendStream, MemoryReceiveStream]]]" has no attribute "send_channel" [attr-defined]
|
Mypy-Linux+Mac+Windows:
trio/_tests/test_highlevel_serve_listeners.py#L48
trio/_tests/test_highlevel_serve_listeners.py:(48:24 - 48:58): "Tuple[MemorySendChannel[StapledStream[MemorySendStream, MemoryReceiveStream]], MemoryReceiveChannel[StapledStream[MemorySendStream, MemoryReceiveStream]]]" has no attribute "receive_channel" [attr-defined]
|
Mypy-Linux+Mac+Windows:
trio/_tests/test_highlevel_serve_listeners.py#L50
trio/_tests/test_highlevel_serve_listeners.py:(50:9 - 50:21): Returning Any from function declared to return "StapledStream[MemorySendStream, MemoryReceiveStream]" [no-any-return]
|
Mypy-Linux+Mac+Windows:
trio/_tests/test_channel.py#L418
trio/_tests/test_channel.py:(418:1 - 420:58): Function is missing a return type annotation [no-untyped-def]
|
Mypy-Linux+Mac+Windows:
trio/_tests/test_channel.py#L419
trio/_tests/test_channel.py:(419:12 - 419:33): Need type annotation for "pair" [var-annotated]
|
Ubuntu (3.8, check formatting)
Mypy found type errors.
|
Ubuntu (3.8, check formatting)
Type completeness changed, please update!
|
Ubuntu (3.8, check formatting)
Process completed with exit code 1.
|
check
Process completed with exit code 1.
|
Mypy-Linux+Mac+Windows:
trio/_tests/test_channel.py#L418
trio/_tests/test_channel.py:(418:1 - 420:58): Use "-> None" if function does not return a value
|