Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

297 Deep Lookup Operator "??" and wildcard qualifier "::" #837

Merged
merged 1 commit into from Nov 21, 2023

Conversation

michaelhkay
Copy link
Contributor

Adds support for a deep lookup operator "??" as a transitive equivalent of "?", and allows a wildcard lookup X?* or X??* to be qualified with the required type of value, for example X??*::record(from, to).

@michaelhkay
Copy link
Contributor Author

Fix #297 Fix #262

@michaelhkay michaelhkay added the Tests Needed Tests need to be written or merged label Nov 15, 2023
Copy link
Contributor

@ChristianGruen ChristianGruen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@ndw
Copy link
Contributor

ndw commented Nov 21, 2023

The group agreed to merge this PR at meeting 055.

@ndw ndw merged commit c5bda13 into qt4cg:master Nov 21, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Tests Needed Tests need to be written or merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants