test: banner purge + WHY-only comment sweep (rule 8)
Every section banner dies (103 -> 0) across test/lang, the observer suites, the C carriers, and the five comment-heavy corpus fixtures; banner provenance (#N cites, carrier numbers, repair-cluster labels) folded into headers or adjacent WHY comments. Narration deleted; row provenance, ref cites, divergence pins, and layout contracts kept (fwd-ref decl-order guards and bootstrap-gate corpus rationale restored where the sweep over-cut). Comment-only proven: all 3742 wwbuild workdir .s byte-identical before/after; test-commit and test-byteid (161 lang + 1399 data, 0 pinned-divergent) green.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// alias_emit_b7_test — #5 alias arc B7 (finale): the cgen static-DATA emitter
|
||||
// #5 alias arc B7 (finale): the cgen static-DATA emitter
|
||||
// ELEM-type alias chases, migrated from test/wcc/944_alias_emit_b7_run.c
|
||||
// (#5-C3). The residual single peel was on the ELEMENT type (u->sub), so a
|
||||
// 2-level-elem-alias global missed the TY_STRUCT / TY_STR kind tests and fell
|
||||
@@ -25,7 +25,6 @@ type sarr1_el0 = struct { a: i64, b: i64 };
|
||||
type sarr1_el = sarr1_el0;
|
||||
let g_sarr1: [2]sarr1_el = [sarr1_el0 { a = 1, b = 2 }, sarr1_el0 { a = 3, b = 4 }];
|
||||
|
||||
// sarr_plain_ctl: [2]el0 control.
|
||||
type sarrc_el0 = struct { a: i64, b: i64 };
|
||||
let g_sarrc: [2]sarrc_el0 = [sarrc_el0 { a = 1, b = 2 }, sarrc_el0 { a = 3, b = 4 }];
|
||||
|
||||
@@ -47,7 +46,6 @@ let g_strarr2: [2]strarr2_ms = ["aa", "bbb"];
|
||||
type strarr1_ms = str;
|
||||
let g_strarr1: [2]strarr1_ms = ["aa", "bbb"];
|
||||
|
||||
// strarr_plain_ctl: [2]str control.
|
||||
let g_strarrc: [2]str = ["aa", "bbb"];
|
||||
|
||||
// scalararr_2lvl: [3]my64b raw-bytes path — scalar fold never consulted eu,
|
||||
|
||||
Reference in New Issue
Block a user