Add internal scalar ABI projection - #79
Merged
Merged
Conversation
Project primitive and alias specialization leaves into frozen parameter and active-connector rows. Preserve structured coordinates and alias metadata, and reject unsupported enums deterministically.
jscott3201
commented
Aug 24, 2026
jscott3201
left a comment
Owner
Author
There was a problem hiding this comment.
Cycle 1 consolidated review — PASS at bbc8c095049c773ba5a38d7706d90ecfd33f2ff2.
Both independent reviewers found no blocker or major issue. Exact-head build and verify checks are green; deploy is skipped as configured.
Deferred non-blocking observation (OBS-79-1): the projection's runtime casts rely on the resolver's validated type invariant. No concrete failure was identified, and no code change is requested.
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
ResolvedSpecializationto ordered scalar parameter and active-connector rowsThe projection deliberately assigns no scalar string names or enum codes. Public deployment schemas, IRIs, source maps, graph/CXF contracts, production classes, registries, provenance, and Engine or Studio changes remain deferred.
Validation
python3 -m unittest tools.lint.tests.test_routine_resolution tools.lint.tests.test_routine_scalar_abi -v(28 tests)python3 -m unittest discover -s tools/lint/tests -v(133 tests, pinned schema environment)python3 tools/lint/routine_schemas.pypython3 tools/lint/routine_semantics.pypython3 tools/lint/routines.pypython3 tools/lint/g36_source.py --check ...against both exact pinned source checkoutscargo test --manifest-path tools/verify/Cargo.toml(11 tests)cargo run --quiet --manifest-path tools/verify/Cargo.toml -- --routinescargo run --quiet --manifest-path tools/verify/Cargo.toml -- --allpython3 -m unittest discover -s tools/dataset_harness/tests -v(32 tests)verify.ymlgit diff --check