harb/tools
openhands 403a304c98 fix: tighten stack-depth guard to !== 4 to catch overflow (#584)
Reviewer noted that `< 4` only catches underflow; programs leaving 5+
values on the DYADIC stack silently passed isValid().  Change the guard
to `!== 4` so both under- and overflow are rejected, matching the
documented 'exactly 4 outputs' contract.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-12 14:48:15 +00:00
..
push3-evolution fix: feat: revm-based fitness evaluator for evolution at scale (#604) 2026-03-12 11:54:41 +00:00
push3-transpiler fix: tighten stack-depth guard to !== 4 to catch overflow (#584) 2026-03-12 14:48:15 +00:00
deploy-optimizer.sh fix: Evolution pipeline UUPS upgrade + Foundry PATH (#593) 2026-03-12 06:47:35 +00:00