Open the 2.4 cycle - #526
Merged
Merged
Conversation
…issed Release checklist steps 8 and 9, run after 2.3.0 went to PyPI. - expected_since_2.3.0.toml, opened empty. DEFAULT_BASELINE and the ledger are coupled: _allowlist_for treats a missing file as a hard error, so the baseline cannot advance without it. - compare.py DEFAULT_BASELINE 2.2.0 -> 2.3.0. - VERSION (2,4,0) with PRE_RELEASE 'dev', normalizing to 2.4.0.dev0. The docstring's examples moved with it. CITATION.cff stays at 2.3.0 by design. - "* 2.4.0 - Unreleased" opened at the top of the release log. - The new ledger enrolled, empty, in every roster keyed by filename: _SPAN_BEARING_RULES, _CORPUS_CLAIMS, _CROSS_RULE_WINNERS and _ORDER_EXEMPTION_EFFECT in the test module; _RECORDED_DIFFS and _WATCHED_DIFFS in compare.py. The "open cycle" comments that sat on the 2.2.0 entries described a ledger with one rule and are dropped. AGENTS.md step 8 named five filename rosters; there are six. _ORDER_EXEMPTION_EFFECT arrived with f478fb0 (2026-09-02) after the list was last written, and surfaced as a red test_the_recorded_order_contests_are_what_the_ledgers_hold run with the new ledger enrolled nowhere -- which is also the fastest way to find them all, so step 8 now says to do exactly that, and lists the sixth. Verified: gate exit 0 at all five baselines (1.4.0/2.0.0/2.1.0/2.2.0 at 412/340/254/117 intentional, unexplained 0; 2.3.0 at 0/0, the correct day-one reading). 7816 tests, mypy and ruff clean, sphinx -W clean. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #526 +/- ##
=======================================
Coverage 98.67% 98.67%
=======================================
Files 45 45
Lines 3320 3320
=======================================
Hits 3276 3276
Misses 44 44 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
AGENTS.md release checklist steps 8 and 9, run after 2.3.0 went to PyPI.
tools/differential/expected_since_2.3.0.toml, opened empty;DEFAULT_BASELINE2.2.0 → 2.3.0(2, 4, 0)+PRE_RELEASE = "dev"→2.4.0dev(normalizes to 2.4.0.dev0).CITATION.cffstays at 2.3.0 by design.* 2.4.0 - Unreleased_SPAN_BEARING_RULES,_CORPUS_CLAIMS,_CROSS_RULE_WINNERS,_ORDER_EXEMPTION_EFFECT(test module);_RECORDED_DIFFS,_WATCHED_DIFFS(compare.py). Stale "open cycle: one rule" comments on the 2.2.0 entries dropped.AGENTS.md step 8 correction
Step 8 named five filename rosters; there are six.
_ORDER_EXEMPTION_EFFECTlanded with f478fb0 (2026-09-02) after the list was last written. It surfaced by runningtest_ledger_guards.pywith the new ledger enrolled nowhere — six failures, each naming its roster — so step 8 now recommends that as the way to find them, and lists the sixth.Verification
pytest: 7816 passed, 177 skipped, 4 xfailedmypy,ruff,sphinx-build -W: clean🤖 Generated with Claude Code