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
Symptom: merging the custom error-handler routing PR with the variable-alias
PR would redeclare statementVarRefs and statementsVarRefs in package executor.
Root cause: both PRs added local helper names for different pre-passes while
sharing the same package namespace.
Fix: rename the custom error-handler helper pair to handler-specific names and
add review-requested comments documenting the pending-handler state invariant,
the bounded rejoin scan, and the top-entry anchor used for error-handler flows.
Tests: make build; focused error-handler executor tests; make test.
0 commit comments