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
Hence why we are likely not surfacing an error in this situation (if, that is, there should be one).
Drive-by question:
CUE normally eliminates erroneous disjuncts
Is this an erroneous disjunct though? Or just one that is incomplete? Given what we're looking at here is cue eval like behaviour, I don't think this can be an erroneous disjunct. But under #822 and the changes discussed there regarding cue export I can see a world in which this would export.
myitcv
changed the title
a disjunction of a struct with an interpolation error and a struct with an empty string remains not concrete
evaluator: a disjunction of a struct with an interpolation error and a struct with an empty string remains not concrete
Dec 21, 2022
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?
In
ox
, the interpolation in the first part offn
is not possible, so I'd expect it to result in a concrete value.What did you see instead?
invalid interpolation: invalid interpolation: unresolved disjunction
The text was updated successfully, but these errors were encountered: