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.
26 lines
1.1 KiB
Plaintext
26 lines
1.1 KiB
Plaintext
=== A. the tally arithmetic in seam_binding.sh at 285166c ===
|
|
10:# exit 0 = all assertions held; non-zero = number of failures
|
|
15:FAILS=0
|
|
18:fail() { printf ' FAIL %s\n expected: %s\n actual: %s\n' "$1" "$2" "$3"; FAILS=$((FAILS+1)); }
|
|
91:echo " 7 assertions, $((6-FAILS)) passed, $FAILS failed"
|
|
92:exit $FAILS
|
|
|
|
=== B. same lines at the parent 24f7fb5 ===
|
|
10:# exit 0 = all assertions held; non-zero = number of failures
|
|
15:FAILS=0
|
|
18:fail() { printf ' FAIL %s\n expected: %s\n actual: %s\n' "$1" "$2" "$3"; FAILS=$((FAILS+1)); }
|
|
84:echo " 6 assertions, $((6-FAILS)) passed, $FAILS failed"
|
|
85:exit $FAILS
|
|
|
|
=== C. number of check() invocations (assertions actually run) at each commit ===
|
|
24f7fb5 check-invocations=6
|
|
285166c check-invocations=7
|
|
b40754f check-invocations=7
|
|
|
|
=== D. did a later commit fix the arithmetic? (search all commits touching the file) ===
|
|
bc2f26dd EXPERIMENT: invocation control resolves at runtime
|
|
285166c2 EXPERIMENT: emit the wrapper unconditionally, so exit binds at runtime too
|
|
8bbb750c control the claim that cannot be unit tested
|
|
|
|
--- the tally line at each commit that touched the file ---
|