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
352 B
Batchfile
2 lines
352 B
Batchfile
bash -c cd /tmp/rerun-v2-02b; B=$(git show 1a52466:lang/tools/check/signatures.rel | grep -cE "^[a-z_]+ +returns"); A=$(grep -cE "^[a-z_]+ +returns" lang/tools/check/signatures.rel); printf "signatures.rel entries BEFORE = %s\nsignatures.rel entries AFTER = %s\ndelta = %s (doc claims 49 names moved)\n" "$B" "$A" "$((A-B))"
|