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

Update HCL #36224

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Update HCL #36224

wants to merge 2 commits into from

Conversation

jbardin
Copy link
Member

@jbardin jbardin commented Dec 16, 2024

Update HCL to the latest commit to test new boolean operator logic, allowing for more accurate unknown value handling and logical short-circuiting: hashicorp/hcl#713

The overall evaluation of boolean expressions should now follow roughly the same logic as conditional expressions. This means that as long as the expression itself is valid, if one side of the expression can create a short-circuit path in the logic, the evaluation diagnostics from the inactive side can be dropped.

Closes #24128
Fixes #31078, which was closed but was incomplete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant