[ty] Add support for typing.Concatenate#23689
Conversation
Typing conformance resultsThe percentage of diagnostics emitted that were expected errors increased from 85.05% to 85.37%. The percentage of expected errors that received a diagnostic decreased from 78.05% to 77.94%. The number of fully passing files held steady at 63/132. SummaryHow are test cases classified?Each test case represents one expected error annotation or a group of annotations sharing a tag. Counts are per test case, not per diagnostic — multiple diagnostics on the same line count as one. Required annotations (
Test file breakdown5 files altered
True positives added (3)3 diagnostics
False positives removed (4)4 diagnostics
True positives removed (4)4 diagnostics
Optional Diagnostics Removed (1)1 diagnostic
|
|
Memory usage reportSummary
Significant changesClick to expand detailed breakdownprefect
sphinx
trio
flake8
|
so that we can recurse into the function to infer if the expression is a stringified version
all of these cases are already covered in the test suite that's available in `generics/pep695/concatenate.md`
Summary
closes: astral-sh/ty#1535
Test Plan