Commit ee3fcec
Dmitrii Vasilev
fix(gen): untrack stale gen/numeric catalog artifacts (drift 77 vs SSOT 83)
The committed gen/numeric codegen artifacts are a pre-correction snapshot
that drifts against the SSOT (declares 77 vs SSOT 83, plus a gf128 e/m typo
correction). Per the repo constitution (L2 GENERATION), gen/ is DERIVED and
never hand-committed (gen/ is gitignored; the count gate regenerates into a
temp dir). These 16 files were historically force-added, which is the only
reason they can drift. Remove them from tracking (deletions only, no gen/
modifications) so a fresh codegen run is their single source.
Nothing reads the committed gen/numeric/formats_catalog.json at build/test/CI
time. Verified locally via an independent Rust SSOT-vs-gen oracle: stale file
DIVERGENCE (exit 2), fresh regen CLEAN (exit 0, SSOT == gen == 83).
Closes #11201 parent 60007d7 commit ee3fcec
17 files changed
Lines changed: 7 additions & 3181 deletions
File tree
- docs
- gen/numeric
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
33 | 40 | | |
34 | 41 | | |
35 | 42 | | |
| |||
This file was deleted.
0 commit comments