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/07-invocation-is-not-composable/0040-REDO-seam-caller-and-wrap-assertion-search.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

94 lines
5.3 KiB
Plaintext

CWD: /tmp/rerun-v1-07 (must be the repo ROOT for these pathspecs)
== 4. does tests/integration/seam_caller.sh exist at ANY commit in 5718943^..c04d68f? ==
NONE
-- and does it exist at any commit at all in this repo's history? --
a0cc95e3 instrument build log: every failure, with the artifact
docs/v2/experiments/evidence/cycles/07-the-caller-was-already-there/0031-30-CONTROL-seam_caller-harness-at-d9d1571.cmd
docs/v2/experiments/evidence/cycles/07-the-caller-was-already-there/0031-30-CONTROL-seam_caller-harness-at-d9d1571.err
docs/v2/experiments/evidence/cycles/07-the-caller-was-already-there/0031-30-CONTROL-seam_caller-harness-at-d9d1571.out
docs/v2/experiments/evidence/cycles/07-the-caller-was-already-there/0031-30-CONTROL-seam_caller-harness-at-d9d1571.prov
docs/v2/experiments/evidence/cycles/07-the-caller-was-already-there/0031-30-CONTROL-seam_caller-harness-at-d9d1571.rc
99b12f85 native suite mutation result: P4 is FALSE
docs/v2/experiments/evidence/cycles/08-PREDICTIONS/0009-harness-seam_caller.cmd
docs/v2/experiments/evidence/cycles/08-PREDICTIONS/0009-harness-seam_caller.err
docs/v2/experiments/evidence/cycles/08-PREDICTIONS/0009-harness-seam_caller.out
docs/v2/experiments/evidence/cycles/08-PREDICTIONS/0009-harness-seam_caller.prov
docs/v2/experiments/evidence/cycles/08-PREDICTIONS/0009-harness-seam_caller.rc
d9d1571f a construct can see its caller, with no new emission point
lang/tests/integration/seam_caller.sh
(empty above = never existed)
== integration harnesses present at each commit in the range ==
5718943f2
60737b030
4f7568b07
2bed8483f
7d01608a9
1b324a071
35b07bade
82e998273
886626a64
28d19da7f
8bbb750c2 lang/tests/integration/seam_binding.sh
24f7fb514 lang/tests/integration/seam_binding.sh
285166c25 lang/tests/integration/seam_binding.sh
b40754f07 lang/tests/integration/seam_binding.sh
bc2f26ddf lang/tests/integration/seam_binding.sh
c04d68f9c lang/tests/integration/seam_binding.sh
== 5. where does 'thrice' appear at bc2f26d (repo-root scope)? ==
bc2f26d:elp/src/vocabulary-ang.el:11003: let v = native_list_append(v, ["þreowa", "adv", "þreowa", "", "", "", "three times thrice"])
bc2f26d:elp/src/vocabulary-enm.el:10969: let v = native_list_append(v, ["thrice", "adv", "thrice", "", "", "", "alternative form of"])
bc2f26d:elp/src/vocabulary-goh.el:3420: let v = native_list_append(v, ["driror", "adv", "driror", "", "", "", "thrice"])
bc2f26d:elp/src/vocabulary-grc.el:9609: let v = native_list_append(v, ["τρισάθλιος", "adj", "τρῐσᾱθλῐώτερος", "τρῐσᾱθλῐώτᾰτος", "τρῐσᾱθλῐ́ᾱ", "", "thrice unhappy"])
bc2f26d:elp/src/vocabulary-grc.el:9624: let v = native_list_append(v, ["τρίσμακαρ", "adj", "τρίσμακαρ", "", "τρῐ́σμᾰκᾰρ", "", "thrice blessed"])
bc2f26d:elp/src/vocabulary-grc.el:10209: let v = native_list_append(v, ["τρίς", "other", "τρίς", "", "", "", "thrice three times"])
bc2f26d:elp/src/vocabulary-grc.el:10210: let v = native_list_append(v, ["τρι-", "other", "τρι-", "", "", "", "tri- three thrice"])
bc2f26d:elp/src/vocabulary-sa.el:9444: let v = native_list_append(v, ["त्रिस्", "adv", "त्रिस्", "", "", "", "thrice"])
bc2f26d:elp/src/vocabulary-uga.el:690: let v = native_list_append(v, ["𐎘𐎍𐎘𐎛𐎄", "adv", "𐎘𐎍𐎘𐎛𐎄", "", "", "", "thrice three times"])
bc2f26d:lang/tests/integration/seam_binding.sh:87:el_val_t thrice(el_val_t fn, el_val_t con, el_val_t (*b)(void*), void* e){
== 5b. does seam_binding.sh at bc2f26d assert 21 or 111 anywhere? ==
NONE — the strings 21 and 111 do not occur in the harness
== 5c. every check() expectation in seam_binding.sh at bc2f26d, in order ==
60:check "unbound program is unaffected" \
61- "7" "$(cd "$WORK" && ./prog 2>&1)"
--
64:check "a construct declared AFTER the build applies" \
65- "SEEN work/audited
--
69:check "a construct declared after the build can REFUSE" \
70- "42" "$(cd "$WORK" && EL_CONSTRUCTS=refuse.txt ./prog 2>&1)"
--
73:check "an unlinked target is skipped, not fatal" \
74- "7" "$(cd "$WORK" && EL_CONSTRUCTS=ghost.txt ./prog 2>&1)"
--
77:check "a binding for a different fn does not fire" \
78- "7" "$(cd "$WORK" && EL_CONSTRUCTS=other.txt ./prog 2>&1)"
--
81:check "two constructs compose on one crossing" \
82- "SEEN work/a
--
92:check "an EXIT construct declared after the build replaces the result" \
93- "14" "$(cd "$WORK" && EL_CONSTRUCTS=exit.txt ./prog 2>&1)"
== 5d. is the appended 'thrice' target ever compiled? (targets.c is cc'd BEFORE the append) ==
29:cat > "$WORK/targets.c" <<'EOF'
57:cc $CFLAGS -o "$WORK/prog" "$WORK/prog.c" "$WORK/targets.c" $SRCS $LDFLAGS 2>/dev/null \
66:7" "$(cd "$WORK" && EL_CONSTRUCTS=observe.txt ./prog 2>&1)"
70: "42" "$(cd "$WORK" && EL_CONSTRUCTS=refuse.txt ./prog 2>&1)"
74: "7" "$(cd "$WORK" && EL_CONSTRUCTS=ghost.txt ./prog 2>&1)"
78: "7" "$(cd "$WORK" && EL_CONSTRUCTS=other.txt ./prog 2>&1)"
84:7" "$(cd "$WORK" && EL_CONSTRUCTS=two.txt ./prog 2>&1)"
86:cat >> "$WORK/targets.c" <<'TGT'
93: "14" "$(cd "$WORK" && EL_CONSTRUCTS=exit.txt ./prog 2>&1)"
== 5e. does any binding file in the harness use phase 'wrap'? ==
NONE — no 'wrap' phase binding is ever written by the harness
== 6. treewide: any file at bc2f26d or c04d68f that binds phase 'wrap'? ==
none in .sh/.txt