[ADC-688] Prove exact wheel, codesign, and final examples - #634
Draft
wolf75222 wants to merge 12 commits into
Draft
[ADC-688] Prove exact wheel, codesign, and final examples#634wolf75222 wants to merge 12 commits into
wolf75222 wants to merge 12 commits into
Conversation
This was referenced Jul 30, 2026
Owner
Author
|
Suivi source-only ADC-688 poussé en trois commits séparés (sans squash/rebase) :
Preuves locales : 46 tests d'architecture release réussis, Ruff réussi, Le ticket reste In Progress : aucun wheel réel n'a été construit ici, et aucune preuve Darwin codesign/exécution des quatre exemples n'est revendiquée. |
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
Why
The existing ADC-688 route proved that the installed wheel and the pre-codesign installation were identical, then authenticated the live post-codesign runtime. It did not prove that the native bytes exercised after signing were still the bytes in the wheel later published. A repair confined to site-packages could therefore validate a runtime different from the release artifact.
The new gate closes that gap: the wheel itself must already contain the exact valid ad-hoc-signed native member used by conformance and the examples.
History
History is intentionally preserved. The branch contains the prior thematic commits, explicit merges from
master, then:a9f7e231— release implementation;b5a384fe— refusal and signature-preservation tests;687aa343— documentation;6409bf84— explicit merge of currentorigin/master(de3f6b56).No squash, rebase, amend, or force-push was used.
Validation
docs/check_docs.pypassed with one pre-existing freshness warning;git diff --checkpassed.Deliberate limits
This remains a source-only proof update. No native build or wheel build was run in this worktree because the shared native compilation lane is occupied. The PR does not claim real Darwin wheel production, codesign execution, installed-package conformance, or final-example execution. ADC-688 remains In Progress until the release workflow produces and retains that evidence.