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
The fixes of issue 3778 uncovered that we can
simplify the logic of registering Ellipsis. We
no longer need the initial loop and we no longer
need clear the close flags.
Note that we still need to set the isTotal flag
at the end to ensure that we set it in the right
closeContext if the struct is embedded.
Issue #3778
Signed-off-by: Marcel van Lohuizen <[email protected]>
Change-Id: Ib06069c88deed6e0be5a7ee1c2f86172727b3beb
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1209178
TryBot-Result: CUEcueckoo <[email protected]>
Unity-Result: CUE porcuepine <[email protected]>
Reviewed-by: Matthew Sackman <[email protected]>
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 https://cuelang.org/cl/1204259
The text was updated successfully, but these errors were encountered: