internal/core/adt: remove completeNodeTasks from doDisjunct
The call to completeNodeTasks before forking a disjunct
overlay was intended to flush pending parent work before
the copy is made. This is now handled by the handleParents
mechanism in process(); keeping the call caused redundant
work and risked double-completing nodes.
Signed-off-by: Marcel van Lohuizen <mpvl@gmail.com>
Change-Id: I29e1cb24dfdc2ff7a2f032634363434562b59716
Reviewed-on: https://cue.gerrithub.io/c/cue-lang/cue/+/1236177
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>