astral-sh
ruff
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix: preserve bounds in generic callable assignability Extend generic callable assignability to bounded and constrained source typevars while preserving bounds and constraints during existential reduction. Keep the special callable path scoped to first-class callable-value comparisons so structural protocol checks stay on the general callable relation path.
Hugo-Polloli:bounded-callable-assignability
1 hour ago
[ty] Fix folding ranges of comments separated by statements (#24132) Co-authored-by: Charlie Marsh <charlie.r.marsh@gmail.com>
main
2 hours ago
wip
alex/fix-top-materialize
2 hours ago
Update crates/ty_ide/src/folding_range.rs Co-authored-by: Charlie Marsh <charlie.r.marsh@gmail.com>
micha/fix-folding-comments
2 hours ago
Bump ecosystem-analyzer pin (#24136)
main
2 hours ago
ugh
alex/bump-ecosystem
2 hours ago
ugh
alex/bump-ecosystem
2 hours ago
[ty] Simplify inferable TypeVar target handling in relation.rs Consolidate two separate match branches for `(_, Type::TypeVar)` when the typevar is inferable into a single branch. The old code duplicated the upper-bound check between the match guard and the body, with fallthrough to a catch-all returning `self.never()`. Since `when_none_or` naturally returns `always` for no bound and the check result otherwise (with `never` matching the fallthrough behavior), the two branches can be merged. https://claude.ai/code/session_016rAtEXYhnAGFW3ok4xARvQ
claude/simplify-typevar-handling-L1gC7
2 hours ago
Latest Branches
CodSpeed Performance Gauge
-1%
[ty] preserve bounds in generic callable assignability
#24134
1 hour ago
32f85bc
Hugo-Polloli:bounded-callable-assignability
CodSpeed Performance Gauge
-5%
[ty] Fix Top materialization to respect TypeVar bounds and ignore defaults
#24024
3 days ago
0617b29
alex/fix-top-materialize
CodSpeed Performance Gauge
0%
[ty] Fix folding ranges of comments separated by statements
#24132
2 hours ago
278e25b
micha/fix-folding-comments
Ā© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs