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
# With the old evaluator. (0.010s)
> env CUE_EXPERIMENT=evalv3=0
> exec cue vet -c=false
# With the new evaluator. (0.028s)
> env CUE_EXPERIMENT=evalv3=1
> exec cue vet -c=false
[stderr]
output.op: conflicting values "copy" and "replace":
./input.cue:9:8
./input.cue:20:10
output.op: conflicting values "remove" and "replace":
./input.cue:7:8
./input.cue:20:10
The config is incomplete, as params.missing is not a field that exists, but still - I think v2 was correct in not reporting the "conflicting values" errors which do not matter here.
The text was updated successfully, but these errors were encountered:
As of c29fd02:
The config is incomplete, as
params.missing
is not a field that exists, but still - I think v2 was correct in not reporting the "conflicting values" errors which do not matter here.The text was updated successfully, but these errors were encountered: