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
Fix panic when lookahead hits EOF before finding close paren
When skipping a parenthesized expression at top level, the lookahead loop
might hit EndOfFile before finding the matching close paren. In this case,
we should not try to advance past the EOF token as that would cause an
assertion failure in peek().
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments