Files
rose-ash/hosts/javascript
giles a2ab12a1d5 Fix render mode leak, defcomp tests, TCO depth: 513/516 passing (99.4%)
- Export setRenderActive in public API; reset after boot and after
  each render-html call in test harness. Boot process left render
  mode on, causing lambda calls to return DOM nodes instead of values.
- Rewrite defcomp keyword/rest tests to use render-html (components
  produce rendered output, not raw values — that's by design).
- Lower TCO test depth to 5000 (tree-walk trampoline handles it;
  10000 exceeds per-iteration stack budget).
- Fix partial test to avoid apply (not a spec primitive).
- Add apply primitive to test harness.

Only 3 failures remain: type system edge cases (union inference,
effect checking).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 11:51:24 +00:00
..