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/16-tokens-carry-no-position/0015-P1-stride-sites-all-files-clean-tree.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

21 lines
1.5 KiB
Plaintext

stride-2 sites present at 1086ac9 across ALL compiler + test sources:
16
--- the sites ---
1086ac9:lang/el-compiler/src/codegen.el:3633: let total: Int = native_list_len(tokens) / 2
1086ac9:lang/el-compiler/src/codegen.el:3807: let total: Int = native_list_len(tokens) / 2
1086ac9:lang/el-compiler/src/codegen.el:4018: let total_tokens: Int = native_list_len(tokens) / 2
1086ac9:lang/el-compiler/src/parser.el:20: let kind: String = native_list_get(tokens, pos * 2)
1086ac9:lang/el-compiler/src/parser.el:21: let value: String = native_list_get(tokens, pos * 2 + 1)
1086ac9:lang/el-compiler/src/parser.el:31: let n: Int = native_list_len(tokens) / 2
1086ac9:lang/el-compiler/src/parser.el:38: native_list_get(tokens, pos * 2)
1086ac9:lang/el-compiler/src/parser.el:42: let n: Int = native_list_len(tokens) / 2
1086ac9:lang/el-compiler/src/parser.el:49: native_list_get(tokens, pos * 2 + 1)
1086ac9:lang/el-compiler/src/parser.el:1233: let blk_total: Int = native_list_len(tokens) / 2
1086ac9:lang/el-compiler/src/parser.el:2161: let total: Int = native_list_len(tokens) / 2
1086ac9:lang/el-compiler/src/parser.el:2204: let total: Int = native_list_len(tokens) / 2
1086ac9:lang/el-compiler/src/parser.el:2256: let total: Int = native_list_len(tokens) / 2
1086ac9:lang/el-compiler/src/parser.el:2422: let total: Int = native_list_len(tokens) / 2
1086ac9:lang/el-compiler/src/parser.el:2564: let total: Int = native_list_len(tokens) / 2
1086ac9:lang/tests/native/test_compiler.el:21: native_list_len(tokens) / 2