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.
21 lines
1.5 KiB
Plaintext
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
|