Micha Reiser

Results 162 issues of Micha Reiser

https://github.com/astral-sh/ruff/pull/17305 revealed an interesting case where Red Knot raised an unused suppression diagnostic when the user intended to suppress it: ```py text_encoding = ( io.text_encoding # type: ignore[unused-ignore, attr-defined] if...

suppression

The `unwrap` call here can fail when the lock got poisoned because of a panic, causing a panic while unwinding https://github.com/davidbarsky/tracing-tree/blob/12ac87f080223e4147062b62dd0a170f516ad3c3/src/lib.rs#L574 The application doesn't abort when using a different tracing...