Skip to content

Commit 427cf06

Browse files
olwangclaude
andcommitted
chore(selfhost): ratchet AST corpus floor to 609/613
let-else/if-let/protocols/tuples landed 592 -> 609 byte-exact (0 run-failures). Remaining 4 mismatches: view statement, await-try, two closure-effect cases. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 3fb0917 commit 427cf06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/rsscript/src/selfhost_parity.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1522,7 +1522,7 @@ const AST_SAMPLE_MIN: usize = 6;
15221522
/// Floor for `ast_parity_corpus` — the number of corpus files whose rss AST dump
15231523
/// already matches the oracle byte-for-byte. Ratchets up as the producer's
15241524
/// coverage grows; a drop signals a regression. (Full parity = files.len().)
1525-
const AST_CORPUS_PARITY_FLOOR: usize = 592;
1525+
const AST_CORPUS_PARITY_FLOOR: usize = 609;
15261526

15271527
/// Step-2 measurement gate (ignored by default): how many corpus files the rss
15281528
/// producer reproduces byte-for-byte. Not full parity yet — this ratchets a floor

0 commit comments

Comments
 (0)