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.
2 lines
405 B
Batchfile
2 lines
405 B
Batchfile
bash -c cd /tmp/rerun-v2-02b; for f in duration_unit_nanos is_float_call is_void_builtin is_rhythm_call is_calendar_call is_caltime_call is_zone_call; do printf "%-22s at abb0ab4: %s lines, %s string literals\n" "$f" "$(awk "/^fn $f\(/,/^}/" lang/el-compiler/src/codegen.el | wc -l | tr -d " ")" "$(awk "/^fn $f\(/,/^}/" lang/el-compiler/src/codegen.el | grep -o "\"[a-z_]*\"" | wc -l | tr -d " ")"; done
|