[ADC-689] Prove parity of the installed public API - #655
Draft
wolf75222 wants to merge 8 commits into
Draft
Conversation
This was referenced Aug 1, 2026
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.
What
master;importlib.metadatawithout importingpopsin the gate process;METADATAidentity (Name,Version, SHA-256), reject duplicate wheel members, and bind the source snapshot version to wheel metadata;Why
The previous stacked proof established source/wheel/installed byte parity, but its evidence was only uploaded beside the final release evidence. It was not authenticated by
release_preflight.py, so the retained proof was not cryptographically tied to the exact wheel and installed runtime admitted for publication.Impact
Publication now fails if the installed distribution metadata differs, if the parity evidence was produced by another script, if it belongs to another wheel, or if it resolved another PoPS installation. Pure authoring, typing payload, qualified handles, and the exact root public API remain checked in isolated interpreters.
History
masterinto PR [ADC-689] Prove source-wheel public API parity #636;Validation
38 passed: public API parity proof, final public API, no-runtime-import, release contract, and final release gate architecture tests;docs/check_docs.py: passed with one expected stale-dependency warning;git diff --check: passed;Deliberate limits
This remains a source-level release-contract slice. It did not build or install a new native wheel locally and did not execute the tagged GitHub release workflow. That real macOS arm64/cp312 workflow remains the final proof for wheel construction, installation, codesign, and publication.