You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(checker): reframe MAX_EXPR_DEPTH as a stack-recursion bound (closes#14) (#36)
The #14 investigation conclusively showed check_expr / is_assignable_from
are linear in AST size on Linux and on the Windows CI leg, so the depth
guard is NOT a defence against runaway allocation. Reword its doc-comment
and the related inline comments to state what it actually does -- bound
stack recursion -- and point at the investigation record. No behaviour
change. Residual subtleties (recursive AST Drop; owner-dependent exact
repro + Windows ETW deep-dive; re-tuning the 256 value) are carved into
separate tracking issues so #14 can close on its answered question.
Closes#14https://claude.ai/code/session_016X6sPXqrpMxHRMuy46BjeS
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments