Commit 2615ba8
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 b8a420a commit 2615ba8
17 files changed
Lines changed: 8 additions & 3181 deletions
File tree
- docs
- gen/numeric
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
5 | 13 | | |
6 | 14 | | |
7 | 15 | | |
| |||
This file was deleted.
0 commit comments