This repository has been archived on 2026-08-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
el-retired/lang/dist
bigmerge cce4fcca05 lang: rebuild the bootstrap compiler so it carries the runtime seam emission
The tracked dist/platform/elc was last rebuilt at 45325f73, before the
52 KB codegen change that emits the runtime construct seam (el_seam_run /
el_seam_wrap calls on every fn) landed. The binary therefore did NOT carry
its own source's fix: a build from main compiled the OLD codegen, and
tests/integration/seam_binding.sh failed 4 of 7 (a construct declared
after the build never applied).

Rebuilt from main's source: self-host fixpoint holds byte-identical
(12978 lines), seam_binding.sh passes 7/7 against the installed binary,
including compose-on-crossing and exit-result-replacement.

'No deploy without verifying the artifact carries the fix.'
2026-08-19 15:25:11 -05:00
..