-
Notifications
You must be signed in to change notification settings - Fork 301
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
eval: regression in closedness handling with disjunctions #3706
Comments
Here is the same testscript but slightly simplified:
As of 870bfc2:
And here's a slight alteration which, as far as I can tell, should be equivalent. But, surprisingly enough, it fixes evalv3... and breaks evalv2!
|
Here's a simpler repo. Looks like the reference to the inner
Output:
|
FYI this is blocking the preprocessor (used to build the cuelang.org site) from migrating to use evalv3. |
What version of CUE are you using (
cue version
)?Does this issue reproduce with the latest release?
Yes
What did you do?
What did you expect to see?
Passing test.
What did you see instead?
This bisects to 45e3256
The text was updated successfully, but these errors were encountered: