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
Simplify: use $scopeBeforeArgs instead of per-argument findBeforeScope
Instead of looking up the before-scope for each individual argument via
ExpressionResultStorage::findBeforeScope(), save the scope once before
processArgs and use that single scope for all argument type evaluations.
This is simpler and equivalent: the scope before args correctly reflects
the types at evaluation time for all value arguments.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments