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 TODO about externalDeps has been out of date since new closedness
was done in https://cuelang.org/cl/1210790, which removed the field.
skipFiles hasn't done anything for evalv3 for months now, as it has
been feature complete for a while. Keeping the code around isn't
harmful per se, but walking all syntax trees isn't free either.
Removing the step cuts `go test` by about 100ms, given that we don't
run any test or subtest in parallel at the moment.
Signed-off-by: Daniel Martí <[email protected]>
Change-Id: Ic16ed5fefe5a30fee389569490f827fdbef54502
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1218032
Reviewed-by: Marcel van Lohuizen <[email protected]>
Unity-Result: CUE porcuepine <[email protected]>
TryBot-Result: CUEcueckoo <[email protected]>
0 commit comments