Summary
Currently, if you have a file that causes a stack overflow in the parser ruff/ty will crash with the usual message thread 'main' (...) has overflowed its stack. It would be nice if there was a better/more clear error when that happens, to differentiate logic-based errors in ruff/ty from "your file is too big/complex" errors.
Version
ruff 0.14.14 (8b2e7b3 2026-01-22) / ty 0.0.14 (16597f5e2 2026-01-26)
Summary
Currently, if you have a file that causes a stack overflow in the parser ruff/ty will crash with the usual message
thread 'main' (...) has overflowed its stack. It would be nice if there was a better/more clear error when that happens, to differentiate logic-based errors in ruff/ty from "your file is too big/complex" errors.Version
ruff 0.14.14 (8b2e7b3 2026-01-22) / ty 0.0.14 (16597f5e2 2026-01-26)