ruff/crates/ty_python_semantic/src
Carl Meyer 4850c187ea
[ty] add cycle handling for FunctionType::signature query (#17833)
This fixes cycle panics in several ecosystem projects (moved to
`good.txt` in a following PR
https://github.com/astral-sh/ruff/pull/17834 because our mypy-primer job
doesn't handle it well if we move projects to `good.txt` in the same PR
that fixes `ty` to handle them), as well as in the minimal case in the
added mdtest. It also fixes a number of panicking fuzzer seeds. It
doesn't appear to cause any regression in any ecosystem project or any
fuzzer seed.
2025-05-05 12:12:38 -07:00
..
module_resolver Rename Red Knot (#17820) 2025-05-03 19:49:15 +02:00
semantic_index Update pre-commit dependencies (#17840) 2025-05-05 07:36:09 +00:00
types [ty] add cycle handling for FunctionType::signature query (#17833) 2025-05-05 12:12:38 -07:00
util Use #[expect(lint)] over #[allow(lint)] where possible (#17822) 2025-05-03 21:20:31 +02:00
ast_node_ref.rs Use #[expect(lint)] over #[allow(lint)] where possible (#17822) 2025-05-03 21:20:31 +02:00
db.rs Rename Red Knot (#17820) 2025-05-03 19:49:15 +02:00
lib.rs Rename Red Knot (#17820) 2025-05-03 19:49:15 +02:00
lint.rs Use #[expect(lint)] over #[allow(lint)] where possible (#17822) 2025-05-03 21:20:31 +02:00
list.rs Use #[expect(lint)] over #[allow(lint)] where possible (#17822) 2025-05-03 21:20:31 +02:00
module_name.rs Rename Red Knot (#17820) 2025-05-03 19:49:15 +02:00
node_key.rs Rename Red Knot (#17820) 2025-05-03 19:49:15 +02:00
program.rs Rename Red Knot (#17820) 2025-05-03 19:49:15 +02:00
python_platform.rs Rename Red Knot (#17820) 2025-05-03 19:49:15 +02:00
semantic_index.rs Use #[expect(lint)] over #[allow(lint)] where possible (#17822) 2025-05-03 21:20:31 +02:00
semantic_model.rs Rename Red Knot (#17820) 2025-05-03 19:49:15 +02:00
site_packages.rs Rename Red Knot (#17820) 2025-05-03 19:49:15 +02:00
suppression.rs Rename Red Knot (#17820) 2025-05-03 19:49:15 +02:00
symbol.rs Rename Red Knot (#17820) 2025-05-03 19:49:15 +02:00
types.rs [ty] add cycle handling for FunctionType::signature query (#17833) 2025-05-05 12:12:38 -07:00
unpack.rs Rename Red Knot (#17820) 2025-05-03 19:49:15 +02:00