fix(runtime): make FieldViewDescriptor fail closed (ADC-683) - #643
Draft
wolf75222 wants to merge 2 commits into
Draft
fix(runtime): make FieldViewDescriptor fail closed (ADC-683)#643wolf75222 wants to merge 2 commits into
wolf75222 wants to merge 2 commits into
Conversation
This was referenced Jul 30, 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.
Stack
This draft is intentionally stacked on #619 (
db88e5bd). It is an independent, bounded ADC-683 slice and preserves two thematic commits:027c8bba— exact Python/C++ launch contract;0ac49421— Python/C++ refusal proofs.Gap found
FieldViewDescriptoralready carried strides, ghosts, patch identity, layout and ownership, but the launch gate authenticated only dimension, extents, centering, scalar and memory space. Runtime support for layouts, ownership and the generic-field-view capability was also emitted but never consumed.What this changes
generic_field_viewto be an exact true boolean proof;dlopenroute as well as at launch.No ABI structure or manifest schema changes are introduced; this only makes existing metadata authoritative.
Validation
py_compilepassed;clang-format --dry-run --Werror;clang++ -fsyntax-only;git diff --checkpassed.The source test used the already installed matching
_popsextension only to satisfy unrelated package imports; no build or install was modified.Explicit non-claims