Archived
d3495476f4
El SDK Release / build-and-release (push) Failing after 13m0s
The generated C, amalgams, vendored runtime pins, and compiled binaries from the Claude Code era are removed from the worktree. The El sources survive; this tree is now source-only for the first-principles rebuild. Per Principal direction 2026-08-19.
2 lines
547 B
Batchfile
2 lines
547 B
Batchfile
bash -c cd /tmp/rerun-v2-02b; B=$(git show 1a52466:lang/el-compiler/src/codegen.el | wc -l | tr -d " "); A=$(git show abb0ab4:lang/el-compiler/src/codegen.el | wc -l | tr -d " "); BC=$(git show 1a52466:lang/el-compiler/src/codegen.el | grep -v "^[[:space:]]*//" | grep -vc "^[[:space:]]*$"); AC=$(git show abb0ab4:lang/el-compiler/src/codegen.el | grep -v "^[[:space:]]*//" | grep -vc "^[[:space:]]*$"); printf "TOTAL lines %s -> %s delta %s (doc claims -80)\nCODE lines %s -> %s delta %s\n" "$B" "$A" "$((A-B))" "$BC" "$AC" "$((AC-BC))"
|