All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 6m34s
- Fix deftype tests: use (list ...) instead of bare (...) for type bodies in dict literals. CEK evaluates dict values, so bare lists are treated as function calls. Tree-walk was more permissive. - Fix dotimes macro: use for-each+range instead of named-let+set! (named-let + set! has a scope chain issue under CEK env-merge) - Remaining 6 failures are CEK multi-shot continuation limitations: k invoked multiple times, scope/provide across shift boundaries. These need frame copying for multi-shot support (future work). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>