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
internal/core/adt: propagate completion signal if disjunction is resolved
When a Vertex completes, it signals dependent tasks
that they can now resume. Although this also happens
for individual disjuncts, this signal is not propagated
at the level of the field in which the disjunct is
defined. This should be the case if the disjunct is
disambiguated or if there is an ambiguated default.
Fixes#3681
Signed-off-by: Marcel van Lohuizen <[email protected]>
Change-Id: Icfb1fdc2b33b9e91ab347298a2685a490b32fccf
Reviewed-on: https://gerrithub.io/c/cue-lang/cue/+/1207320
TryBot-Result: CUEcueckoo <[email protected]>
Unity-Result: CUE porcuepine <[email protected]>
Reviewed-by: Matthew Sackman <[email protected]>
0 commit comments