ruff/crates/ruff_db
Carl Meyer 770ef2ab27
[red-knot] support deferred evaluation of type expressions (#13131)
Prototype deferred evaluation of type expressions by deferring
evaluation of class bases in a stub file. This allows self-referential
class definitions, as occur with the definition of `str` in typeshed
(which inherits `Sequence[str]`).

---------

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2024-08-28 11:41:01 -07:00
..
src [red-knot] support deferred evaluation of type expressions (#13131) 2024-08-28 11:41:01 -07:00
Cargo.toml Skip checking a file if it failed to read (#12755) 2024-08-12 07:26:37 +00:00