fix: separate ADR baseline from landing provenance - #242
Merged
Conversation
zhoubot
force-pushed
the
codex/fix-adr-baseline-provenance
branch
from
September 4, 2026 06:03
8a2b552 to
7869371
Compare
zhoubot
added a commit
that referenced
this pull request
Sep 4, 2026
## Summary\n\n- rebase the eight-operation retirement onto current main 0ae8eef\n- preserve the later InternalAcc, MSCATTER.POPC, reference-power, and site dependency changes\n- retire TCONCAT, TEXTRACT, TINSERT, THISTOGRAM, TQUANT, TDEQUANT, TSORT, and TMRGSORT from active ASL, catalogs, documentation, numeric inventories, and AVS\n- bind the retirement to publication 0.58.5.1 and preserve historical numeric decisions; the now-obsolete draft ADR-NUM-0020 is superseded\n- allocate non-conflicting legacy migration identity ADR-0114; ADR-0112 is already owned by ADR-CUBE-0018\n- remove the obsolete ADR provenance-gap note because #242 fixed the checker\n\n## Repairs made during rebase\n\n- remove stale scalar1 and destination1 operand-enum references\n- remove the deleted quantization schema call\n- remove retired numeric hooks, active numeric operations, and conformance domains\n- refresh current inventory tests from 126 to 118 Tile operations and 86 to 78 TEPL selectors\n- make the retired-encoding AVS valid ASL and link it to PTO-ARCH-ENCODING-OWNERSHIP-001\n\n## Validation\n\n- PR source validation: PASS, 8/8\n- make repo-check: PASS, 7/7\n- focused ASL: PASS, 6/6 (retired encodings plus GM atom/red, GMOV, TMOV, TSHUF, TCVT/status)\n- focused repository/tooling regression set: PASS, 119 tests\n- release selection blockers: empty\n- git diff --check: PASS\n\n## Remaining blocker\n\nThe new encoding projection is b365bb85c47dfaaeb6a3225bf60175694b3cdf5d887951ab43ee1e36a8c21e48, while scripts/run-model-closure still records the previously approved 747c509525579dc84038738c9a3ba26ae6ed4ef29a1d302cefb2a7b07fc150a8 closure. Full tooling therefore has exactly one expected failure in test_release_closure. Do not update the approved projection constant or merge this PR until LLVM and ASL-MODEL have produced fresh exact-head closure evidence for the new projection. Co-authored-by: zhoubot <637081+zhoubot@users.noreply.github.com>
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.
Summary
Motivation
The previous checker required
baseline == first-landing parent, conflating a stable design/release baseline with a separate Git history fact. That rejected valid older ancestor baselines and made new uncommitted ADRs fail before a first landing could exist.This is a governance/tooling correction only. It does not alter PTO ISA semantics or any ADR metadata.
Validation
python3 -m unittest tests/scripts/test_adrs.py— 61/61 PASSd26c1efc34de13c689ab7f8ab2c0cae34f9693bd— 106 ADRs PASSmake pr-check— 9/9 PASSmake repo-check— 7/7 PASSgit diff --check— PASS