Skip to content

feat: [GH-52] Add strict(...) condition wrapper#56

Open
jtnelson wants to merge 1 commit intodevelopfrom
feature/GH-52
Open

feat: [GH-52] Add strict(...) condition wrapper#56
jtnelson wants to merge 1 commit intodevelopfrom
feature/GH-52

Conversation

@jtnelson
Copy link
Copy Markdown
Member

Introduce a strict(...) grouping keyword that wraps conditions requiring same-destination evaluation when they share a navigation key prefix. Parser produces a new StrictConditionTree AST node; semantics are enforced engine-side (cinchapi/concourse#533).
Visitor gains a default visit(StrictConditionTree) that transparently passes through to the wrapped condition — visitors that must honor strict semantics should override. Reserves "strict" as a keyword.

closes #52

Introduce a strict(...) grouping keyword that wraps conditions requiring
same-destination evaluation when they share a navigation key prefix.
Parser produces a new StrictConditionTree AST node; semantics are
enforced engine-side (cinchapi/concourse#533).
Visitor gains a default visit(StrictConditionTree) that transparently
passes through to the wrapped condition — visitors that must honor
strict semantics should override. Reserves "strict" as a keyword.

closes #52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add strict(...) condition wrapper for same-destination navigation evaluation

1 participant