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
Embeddings are tested for closedness within the
embedding. There is code in V2 that relies on this
behavior in a nested fashion. This change handles
that.
Note that the output of bulk.txtar has changed.
This change seems correct for evalv3. Note that
`output` is defined a [for x in input {x}]. We
should therefore expect that output is as input.
In V3 this is the case, in V2 output has an
unresolved disjunction.
Note that although this fixes the mentioned issue,
there are some related cases that are still open.
We therefore refrain from closing the issue.
Issue #3834
Signed-off-by: Marcel van Lohuizen <[email protected]>
Change-Id: I0d8d6660cfd08d763870964e65ec573720d3d99d
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1211935
Reviewed-by: Daniel Martí <[email protected]>
TryBot-Result: CUEcueckoo <[email protected]>
Unity-Result: CUE porcuepine <[email protected]>
As of e311d45, evalv2 prints
out: true
, but evalv3 with or without openinline printsout: false
:Reduced with @myitcv from an original reproducer that was related to openinline. We found an underlying regression unrelated to the use of openinline.
The text was updated successfully, but these errors were encountered: