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/docs/v1/experiments/evidence/cycles/03-the-wrapper-was-conditional/0224-harness-tally-arithmetic-285166c.out
T
will d3495476f4
El SDK Release / build-and-release (push) Failing after 13m0s
kill: purge old-paradigm dist/platform binaries from tree
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.
2026-08-19 19:46:15 -05:00

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 ---