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

Support Lookups with Constant Expressions #217

Merged
merged 2 commits into from
Jul 9, 2024

Conversation

DavePearce
Copy link
Collaborator

Lookups with constant expressions present a small challenge in that the constant expression does not have an enclosing module. Instead, we need to lower such expressions with a target module in mind.

This adds several missing test cases for lookups which expose a bug
related to lookups with constant expressions.  The resolution for this
is to lower expressions with a given target module in mind.
This puts through a fairly straightforward fix for expanding columns
representing constant expressions.
@DavePearce DavePearce linked an issue Jul 9, 2024 that may be closed by this pull request
@DavePearce DavePearce merged commit 2112602 into main Jul 9, 2024
2 checks passed
@DavePearce DavePearce deleted the 212-test-for-lookup-involving-constant-expression branch July 9, 2024 07:30
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.

Test for lookup involving constant expression
1 participant