test(engine): enforce inline clause-bearing query compile conformance#192
Open
Dencyuman wants to merge 5 commits into
Open
test(engine): enforce inline clause-bearing query compile conformance#192Dencyuman wants to merge 5 commits into
Dencyuman wants to merge 5 commits into
Conversation
Add where, relation_where, traverse, and combined inline-source cases to the portable compile-parity corpus so shipped transports exercise the clause paths that digest-referenced fixtures let slip. Generator assertions decode the published query-recipe blob and verify predicate trees, operand types and values, and traversal metadata; reverting the query-clause wire mapping fix makes the matrix fail.
The browser harness pins the transport-neutral corpus closure; teach it the four inline query-clause cases and the new feature count.
Dencyuman
force-pushed
the
test/engine-query-conformance-170
branch
from
July 21, 2026 18:36
e8840d3 to
41cb33d
Compare
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
Close the conformance gap that let the query-clause compile panic ship: the portable compile-parity corpus now contains inline LDL sources (not digest references) for
where,relation_where,traverse, and all three combined, exercised by every transport authority indexed by the matrix (in-process Go, packaged stdio, Node WASM, browser WASM, public engine-client). Generator assertions decode the published query-recipe blob and verify predicate trees, operand types/values, and traversal direction, depth, cycle policy, and relation types — not just success flags. Mutation-checked: swappingcompile_recipe.goback to its pre-#181 revision fails the matrix.Fixes #170.
Linked Issues
Contributor Agreement