internal/core/adt: always add disjunctionTask on builtin arg eval
https://review.gerrithub.io/c/cue-lang/cue/+/1206321 conditionally
added the `disjunctionTask` flag when the run mode is `finalize`,
along with a TODO to add the flag unconditionally.
Since then, the need for the condition seems to have gone away:
the tests all still pass, and the original issue (https://cuelang.org/cl/3584)
passes too.
Signed-off-by: Roger Peppe <rogpeppe@gmail.com>
Change-Id: I0678b8b906a24c80f77d3e3196c9e0a3a5e80cbd
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1232479
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
Reviewed-by: Marcel van Lohuizen <mpvl@gmail.com>