ruff/crates/ty_python_semantic/resources
Charlie Marsh 0f18a08a0a
[ty] Respect intersections in iterations (#21965)
## Summary

This PR implements the strategy described in
https://github.com/astral-sh/ty/issues/1871: we iterate over the
positive types, resolve them, then intersect the results.
2025-12-19 12:36:37 -05:00
..
corpus [ty] disallow explicit specialization of type variables themselves (#21938) 2025-12-12 15:49:20 -08:00
mdtest [ty] Respect intersections in iterations (#21965) 2025-12-19 12:36:37 -05:00
primer [ty] Add missing projects to `good.txt` (#21721) 2025-12-01 11:18:41 +01:00
README.md Rename Red Knot (#17820) 2025-05-03 19:49:15 +02:00

README.md

Markdown files within the mdtest/ subdirectory are tests of type inference and type checking; executed by the tests/mdtest.rs integration test.

See crates/ty_test/README.md for documentation of this test format.