You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A failing test. If the old evaluator is wrong and the new evaluator is right rejecting the file, I'd furthermore expect a better error message, because I don't understand what's wrong. I think the reason might be that #PvSection is used twice in the example and that these two instances are somehow unified. But that's just guessing.
What did you see instead?
A passing test.
The text was updated successfully, but these errors were encountered:
What version of CUE are you using (
cue version
)?Does this issue reproduce with the latest stable release?
Yes, and also with a build of current commit 5d2da07.
What did you do?
The following reproducer shows different results with old and new evaluator:
What did you expect to see?
A failing test. If the old evaluator is wrong and the new evaluator is right rejecting the file, I'd furthermore expect a better error message, because I don't understand what's wrong. I think the reason might be that
#PvSection
is used twice in the example and that these two instances are somehow unified. But that's just guessing.What did you see instead?
A passing test.
The text was updated successfully, but these errors were encountered: