Skip to content

Commit 9fdb3f2

Browse files
derek73claude
andcommitted
Polish: the CJK rule slug owns #298; generator docstring tense
The differential rule now explains #298's B7 diffs, so its issue slug says so -- compare.py output labels a B7 diff with the issue that caused it. The sync test's substring selection (#271/#272) still matches this one rule uniquely. And the corpus generator's docstring spoke of #298 as future work it has since harvested. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 7df9c70 commit 9fdb3f2

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

tools/differential/build_cjk_corpus.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
Selection is by the shipped table (nameparser._policy._SCRIPT_RANGES,
1616
through the same _script_matcher the parser uses), so a script added
1717
to the table widens the harvest on the next regeneration, and a case
18-
row added for future CJK work (#298's 间隔号 forms, say) enters the
19-
corpus by being written down in the table everyone already reviews.
18+
row added for new CJK work enters the corpus by being written down in
19+
the table everyone already reviews (#298's 间隔号 forms arrived
20+
exactly this way).
2021
2122
Regenerate after editing CJK case rows:
2223

tools/differential/expected_changes.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# ahead of `fields`-only ones before matching.
88

99
[[change]]
10-
issue = "fix(#271/#272) native-script CJK: family-first order, hangul segmentation, the kana license and the nakaguro"
10+
issue = "fix(#271/#272/#298) native-script CJK: family-first order, hangul segmentation, the kana license and the dots"
1111
# '毛 泽东', '김민준': script_orders flips first/last for a name written
1212
# wholly in Han or Hangul, and the Korean surnames that now ship as
1313
# default vocabulary additionally split an unspaced hangul token into

0 commit comments

Comments
 (0)