ruff/crates/ty_python_semantic/resources/mdtest/generics/pep695
Ibraheem Ahmed 5c69e00d1c
[ty] Simplify unions containing multiple type variables during inference (#21275)
## Summary

Splitting this one out from https://github.com/astral-sh/ruff/pull/21210. This is also something that should be made obselete by the new constraint solver, but is easy enough to fix now.
2025-11-05 15:03:19 +00:00
..
aliases.md [ty] fix infinite recursion with generic type aliases (#20969) 2025-10-23 14:14:30 +00:00
classes.md [ty] Fix bug where ty would think all types had an __mro__ attribute (#20995) 2025-10-27 11:19:12 +00:00
functions.md [ty] Simplify unions containing multiple type variables during inference (#21275) 2025-11-05 15:03:19 +00:00
variables.md [ty] Reformat constraint set mdtests (#21111) 2025-10-28 14:59:49 -04:00
variance.md [ty] impl VarianceInferable for KnownInstanceType (#20924) 2025-10-17 21:12:19 +02:00