harb/tools/push3-transpiler
openhands 1fe5673ce5 fix: No forge compile verification in transpiler CI (#904)
- test_transpiler_clamping.sh: add Test 11 that runs forge build on the
  valid Solidity output from Test 6; fails if the transpiled contract
  does not compile (regression guard for #900)
- test_inject_extraction.sh: add SCRIPT_DIR, then Test 5 that transpiles
  optimizer_seed.push3 and runs forge build on the generated contract;
  ensures the full push3→Solidity→compile pipeline stays green
- .woodpecker/ci.yml: add transpiler-tests step that installs npm deps
  and runs both test scripts with forge on PATH

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-18 13:11:33 +00:00
..
src fix: ci, anchorShare, discoveryDepth casts are unguarded for the same literal problem (#905) 2026-03-18 12:41:01 +00:00
inject.sh fix: Body extraction stops at first shallow closing brace (#809) 2026-03-16 00:21:06 +00:00
optimizer_seed.push3 fix: Push3 optimizer: dyadic rational input interface (8 slots) + 4-output redesign (#548) 2026-03-11 15:23:36 +00:00
optimizer_v3.push3 fix: Push3 optimizer: dyadic rational input interface (8 slots) + 4-output redesign (#548) 2026-03-11 15:23:36 +00:00
package-lock.json feat: Push3 → Solidity transpiler + OptimizerV3 port 2026-02-23 14:47:38 +00:00
package.json fix: fix: transpiler outputs raw int literals for uint24 anchorWidth — overflow crashes forge (#900) 2026-03-17 06:40:30 +00:00
test_inject_extraction.sh fix: No forge compile verification in transpiler CI (#904) 2026-03-18 13:11:33 +00:00
test_transpiler_clamping.sh fix: No forge compile verification in transpiler CI (#904) 2026-03-18 13:11:33 +00:00
tsconfig.json fix: package.json missing 'type': 'module' inconsistent with AGENTS.md (#850) 2026-03-16 06:35:05 +00:00