CoolCat467

Results 176 comments of CoolCat467

There are no `AN004`s raised in trio when using the most recent version of ruff

Going to merge this soon unless anyone has any additional concerns.

> I think it would be good to merge the changes, but perhaps not actually enable `preview-mode`. By definition these rules are less certain, might have edge cases that don't...

My current understanding of conversation is that it would be nice if we could specify which preview rules we would like to enable, but that is not possible as of...

What operating system are you using? If you can post the results of ```console python3.11 -m platform ``` that would be helpful.

Because of the way the logic works, the system this is failing on is not windows, not linux, not epoll-based, and not kqueue-based. Given the what the [select docs](https://docs.python.org/3/library/select.html) say,...

Might not actually go anywhere because of issues with getting a solaris runner in CI, but created #3014 for attempting to add solaris support

@danpe Could you share the list of all packages installed with ```bash python -m pip freeze ``` ?

> For `test_path`, you'll just want to add `(pathlib.Path, trio.Path)` so that combo gets tested. Currently fails because of assert that return type is `trio.Path`