RFC: UNIX server sockets #5460
Annotations
6 errors and 1 warning
Run tests:
src/trio/_highlevel_open_unix_listeners.py#L196
src/trio/_highlevel_open_unix_listeners.py:(196:28 - 196:31): Argument 1 to "UnixSocketListener" has incompatible type "SocketType"; expected "_SocketType" [arg-type]
|
Run tests:
src/trio/__init__.py#L71
src/trio/__init__.py:(71:1 - 71:1): Module "trio._highlevel_socket" has no attribute "UnixSocketListener"; maybe "SocketListener"? [attr-defined]
|
Run tests:
src/trio/_tests/test_highlevel_open_unix_listeners.py#L30
src/trio/_tests/test_highlevel_open_unix_listeners.py:(30:47 - 30:54): Argument 1 to "open_stream_to_socket_listener" has incompatible type "UnixSocketListener"; expected "SocketListener" [arg-type]
|
Run tests:
src/trio/_tests/test_highlevel_open_unix_listeners.py#L31
src/trio/_tests/test_highlevel_open_unix_listeners.py:(31:47 - 31:54): Argument 1 to "open_stream_to_socket_listener" has incompatible type "UnixSocketListener"; expected "SocketListener" [arg-type]
|
Run tests
Mypy found type errors.
|
Run tests
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading