Archived
kill: purge old-paradigm dist/platform binaries from tree
El SDK Release / build-and-release (push) Failing after 13m0s
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.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
bash -c
|
||||
echo "INSTRUMENT: cloc 2.10 --force-lang=C (transfer standard, calibrated this session"
|
||||
echo " against hand-counted reference; agrees on both fixtures)"
|
||||
echo "UNIT: LINE, defined in docs/experiments/instruments/UNITS.md"
|
||||
echo "FILE: lang/el-compiler/src/codegen.el"
|
||||
echo
|
||||
printf "%-11s %-19s %6s %6s %8s %6s\n" commit date blank comment code total
|
||||
git log --format="%H %ad" --date=short --reverse -- lang/el-compiler/src/codegen.el | while read sha date; do
|
||||
blob=$(git show "$sha:lang/el-compiler/src/codegen.el" 2>/dev/null) || continue
|
||||
[ -z "$blob" ] && continue
|
||||
t=$(mktemp /tmp/cg-XXXXXX.c); printf "%s\n" "$blob" > "$t"
|
||||
row=$(cloc --force-lang=C --quiet --csv "$t" 2>/dev/null | tail -1)
|
||||
b=$(echo "$row"|cut -d, -f3); c=$(echo "$row"|cut -d, -f4); k=$(echo "$row"|cut -d, -f5)
|
||||
[ -n "$k" ] && printf "%-11s %-19s %6s %6s %8s %6s\n" "${sha:0:9}" "$date" "$b" "$c" "$k" "$((b+c+k))"
|
||||
rm -f "$t"
|
||||
done
|
||||
@@ -0,0 +1,64 @@
|
||||
INSTRUMENT: cloc 2.10 --force-lang=C (transfer standard, calibrated this session
|
||||
against hand-counted reference; agrees on both fixtures)
|
||||
UNIT: LINE, defined in docs/experiments/instruments/UNITS.md
|
||||
FILE: lang/el-compiler/src/codegen.el
|
||||
|
||||
commit date blank comment code total
|
||||
1ae68962c 2026-05-05 165 520 2561 3246
|
||||
7f295bffe 2026-05-05 165 524 2562 3251
|
||||
e587bedf3 2026-05-05 165 526 2591 3282
|
||||
ee86736ea 2026-05-05 165 530 2592 3287
|
||||
3726f6943 2026-05-05 192 615 2865 3672
|
||||
bd7303447 2026-05-06 192 623 2876 3691
|
||||
ec889e1e5 2026-05-06 201 642 3049 3892
|
||||
a3732a1e9 2026-05-07 202 643 3062 3907
|
||||
53e0b99d5 2026-05-08 202 643 3063 3908
|
||||
6b9d9e6c4 2026-07-15 202 643 3064 3909
|
||||
866c75e5e 2026-08-09 202 653 3070 3925
|
||||
bb64a236e 2026-08-12 204 652 3109 3965
|
||||
7aa847e32 2026-08-12 204 652 3110 3966
|
||||
d4f401de1 2026-08-14 215 697 3287 4199
|
||||
01826421c 2026-08-14 215 703 3290 4208
|
||||
101018597 2026-08-15 202 643 3070 3915
|
||||
2f832c8de 2026-08-15 207 677 3165 4049
|
||||
09ae14a97 2026-08-15 209 686 3211 4106
|
||||
69870ac88 2026-08-15 209 696 3217 4122
|
||||
bacaf3d39 2026-08-15 222 756 3444 4422
|
||||
e29fe4fd0 2026-08-15 209 696 3219 4124
|
||||
ee39aa5f1 2026-08-15 222 756 3446 4424
|
||||
09dade061 2026-08-15 222 756 3452 4430
|
||||
4e24d7d3f 2026-08-15 222 756 3454 4432
|
||||
e917b3d43 2026-08-15 222 756 3456 4434
|
||||
37bcf7eb7 2026-08-15 222 756 3462 4440
|
||||
24fac765a 2026-08-15 225 779 3500 4504
|
||||
a668062e3 2026-08-15 225 779 3506 4510
|
||||
3e7ab07e8 2026-08-15 225 787 3521 4533
|
||||
6a6b589ba 2026-08-15 225 787 3522 4534
|
||||
b55e6bfd5 2026-08-15 225 800 3523 4548
|
||||
b5a0a729e 2026-08-15 225 808 3529 4562
|
||||
cf060adbf 2026-08-15 225 808 3530 4563
|
||||
8ae163e8e 2026-08-16 228 835 3583 4646
|
||||
45325f739 2026-08-16 228 844 3589 4661
|
||||
dcaa77d77 2026-08-17 228 849 3593 4670
|
||||
5718943f2 2026-08-17 233 891 3676 4800
|
||||
60737b030 2026-08-17 236 910 3704 4850
|
||||
4f7568b07 2026-08-17 241 929 3783 4953
|
||||
2bed8483f 2026-08-17 248 949 3887 5084
|
||||
1b324a071 2026-08-17 251 967 3934 5152
|
||||
35b07bade 2026-08-17 251 970 3935 5156
|
||||
886626a64 2026-08-17 251 970 3935 5156
|
||||
28d19da7f 2026-08-17 251 971 3873 5095
|
||||
285166c25 2026-08-17 251 971 3821 5043
|
||||
bc2f26ddf 2026-08-17 251 972 3753 4976
|
||||
c741cfe92 2026-08-17 252 982 3728 4962
|
||||
c2d9596e7 2026-08-17 251 990 3655 4896
|
||||
9cc6040df 2026-08-17 251 958 3303 4512
|
||||
d2d89fcb6 2026-08-17 255 962 3320 4537
|
||||
e8e25a07b 2026-08-17 255 962 3289 4506
|
||||
cbef1c1eb 2026-08-17 256 969 3253 4478
|
||||
c48db6c2a 2026-08-17 256 974 3257 4487
|
||||
79f6cb798 2026-08-17 256 979 3258 4493
|
||||
6c975b1d5 2026-08-17 256 979 3258 4493
|
||||
f1a7e224a 2026-08-17 256 991 3277 4524
|
||||
abb0ab419 2026-08-17 256 980 3209 4445
|
||||
e82d941b5 2026-08-17 256 981 3197 4434
|
||||
@@ -0,0 +1,7 @@
|
||||
commit a0cc95e3db7b04b6e221f89e89352b0e6b15d5b7
|
||||
tree dirty
|
||||
captured_utc 2026-08-17T17:42:20Z
|
||||
exit 0
|
||||
ms 6151
|
||||
sha256_out 1065416e0b69b3dac0accdd238799c52e3eb359daf3259191debb647095589d7
|
||||
sha256_err e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
|
||||
@@ -0,0 +1 @@
|
||||
0
|
||||
@@ -0,0 +1 @@
|
||||
bash -c for f in lexer parser codegen; do git log --format="%H %ad" --date=short --reverse -- lang/el-compiler/src/$f.el | while read sha date; do blob=$(git show "$sha:lang/el-compiler/src/$f.el" 2>/dev/null); [ -z "$blob" ] && continue; t=$(mktemp /tmp/s-XXXXXX.c); printf "%s\n" "$blob" > "$t"; row=$(cloc --force-lang=C --quiet --csv "$t" 2>/dev/null | tail -1); k=$(echo "$row"|cut -d, -f5); [ -n "$k" ] && echo -e "$f\t${sha:0:9}\t$date\t$(echo "$row"|cut -d, -f3)\t$(echo "$row"|cut -d, -f4)\t$k"; rm -f "$t"; done; done
|
||||
@@ -0,0 +1,81 @@
|
||||
lexer 1ae68962c 2026-05-05 35 99 859
|
||||
lexer 2ac11a67b 2026-05-05 35 108 829
|
||||
lexer 1e67544c8 2026-05-05 39 143 857
|
||||
lexer 1eef9928f 2026-05-05 39 146 859
|
||||
lexer e587bedf3 2026-05-05 39 160 880
|
||||
lexer 8ae163e8e 2026-08-16 39 160 881
|
||||
lexer 0143cc458 2026-08-17 39 176 876
|
||||
lexer 6c975b1d5 2026-08-17 39 190 885
|
||||
parser 1ae68962c 2026-05-05 76 213 1360
|
||||
parser 1eef9928f 2026-05-05 76 217 1360
|
||||
parser 3726f6943 2026-05-05 83 306 1653
|
||||
parser ec889e1e5 2026-05-06 84 310 1670
|
||||
parser a3732a1e9 2026-05-07 85 340 1829
|
||||
parser f971e96dd 2026-05-07 85 340 1829
|
||||
parser 5f9cad590 2026-05-08 88 370 2009
|
||||
parser 0a0a2bcb4 2026-07-14 88 377 2026
|
||||
parser bb64a236e 2026-08-12 89 385 2041
|
||||
parser d4f401de1 2026-08-14 88 385 2063
|
||||
parser bacaf3d39 2026-08-15 89 393 2078
|
||||
parser 8ae163e8e 2026-08-16 90 419 2174
|
||||
parser 45325f739 2026-08-16 90 436 2186
|
||||
parser 6c975b1d5 2026-08-17 91 439 2193
|
||||
parser e82d941b5 2026-08-17 93 450 2218
|
||||
codegen 1ae68962c 2026-05-05 165 520 2561
|
||||
codegen 7f295bffe 2026-05-05 165 524 2562
|
||||
codegen e587bedf3 2026-05-05 165 526 2591
|
||||
codegen ee86736ea 2026-05-05 165 530 2592
|
||||
codegen 3726f6943 2026-05-05 192 615 2865
|
||||
codegen bd7303447 2026-05-06 192 623 2876
|
||||
codegen ec889e1e5 2026-05-06 201 642 3049
|
||||
codegen a3732a1e9 2026-05-07 202 643 3062
|
||||
codegen 53e0b99d5 2026-05-08 202 643 3063
|
||||
codegen 6b9d9e6c4 2026-07-15 202 643 3064
|
||||
codegen 866c75e5e 2026-08-09 202 653 3070
|
||||
codegen bb64a236e 2026-08-12 204 652 3109
|
||||
codegen 7aa847e32 2026-08-12 204 652 3110
|
||||
codegen d4f401de1 2026-08-14 215 697 3287
|
||||
codegen 01826421c 2026-08-14 215 703 3290
|
||||
codegen 101018597 2026-08-15 202 643 3070
|
||||
codegen 2f832c8de 2026-08-15 207 677 3165
|
||||
codegen 09ae14a97 2026-08-15 209 686 3211
|
||||
codegen 69870ac88 2026-08-15 209 696 3217
|
||||
codegen bacaf3d39 2026-08-15 222 756 3444
|
||||
codegen e29fe4fd0 2026-08-15 209 696 3219
|
||||
codegen ee39aa5f1 2026-08-15 222 756 3446
|
||||
codegen 09dade061 2026-08-15 222 756 3452
|
||||
codegen 4e24d7d3f 2026-08-15 222 756 3454
|
||||
codegen e917b3d43 2026-08-15 222 756 3456
|
||||
codegen 37bcf7eb7 2026-08-15 222 756 3462
|
||||
codegen 24fac765a 2026-08-15 225 779 3500
|
||||
codegen a668062e3 2026-08-15 225 779 3506
|
||||
codegen 3e7ab07e8 2026-08-15 225 787 3521
|
||||
codegen 6a6b589ba 2026-08-15 225 787 3522
|
||||
codegen b55e6bfd5 2026-08-15 225 800 3523
|
||||
codegen b5a0a729e 2026-08-15 225 808 3529
|
||||
codegen cf060adbf 2026-08-15 225 808 3530
|
||||
codegen 8ae163e8e 2026-08-16 228 835 3583
|
||||
codegen 45325f739 2026-08-16 228 844 3589
|
||||
codegen dcaa77d77 2026-08-17 228 849 3593
|
||||
codegen 5718943f2 2026-08-17 233 891 3676
|
||||
codegen 60737b030 2026-08-17 236 910 3704
|
||||
codegen 4f7568b07 2026-08-17 241 929 3783
|
||||
codegen 2bed8483f 2026-08-17 248 949 3887
|
||||
codegen 1b324a071 2026-08-17 251 967 3934
|
||||
codegen 35b07bade 2026-08-17 251 970 3935
|
||||
codegen 886626a64 2026-08-17 251 970 3935
|
||||
codegen 28d19da7f 2026-08-17 251 971 3873
|
||||
codegen 285166c25 2026-08-17 251 971 3821
|
||||
codegen bc2f26ddf 2026-08-17 251 972 3753
|
||||
codegen c741cfe92 2026-08-17 252 982 3728
|
||||
codegen c2d9596e7 2026-08-17 251 990 3655
|
||||
codegen 9cc6040df 2026-08-17 251 958 3303
|
||||
codegen d2d89fcb6 2026-08-17 255 962 3320
|
||||
codegen e8e25a07b 2026-08-17 255 962 3289
|
||||
codegen cbef1c1eb 2026-08-17 256 969 3253
|
||||
codegen c48db6c2a 2026-08-17 256 974 3257
|
||||
codegen 79f6cb798 2026-08-17 256 979 3258
|
||||
codegen 6c975b1d5 2026-08-17 256 979 3258
|
||||
codegen f1a7e224a 2026-08-17 256 991 3277
|
||||
codegen abb0ab419 2026-08-17 256 980 3209
|
||||
codegen e82d941b5 2026-08-17 256 981 3197
|
||||
@@ -0,0 +1,7 @@
|
||||
commit a0cc95e3db7b04b6e221f89e89352b0e6b15d5b7
|
||||
tree dirty
|
||||
captured_utc 2026-08-17T17:44:12Z
|
||||
exit 0
|
||||
ms 8561
|
||||
sha256_out 266ad033509a4026529ef4b722eeb85881857404f34853eab6d4cc72ddab632b
|
||||
sha256_err e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
|
||||
@@ -0,0 +1 @@
|
||||
0
|
||||
Reference in New Issue
Block a user