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
# With the new evaluator. (0.029s)
> env CUE_EXPERIMENT=evalv3=1
> exec cue vet -c
[stderr]
out.sch.cfg.ctx: field not allowed:
./input.cue:7:16
./input.cue:3:12
[exit status 1]
Note that deduplicating either the Context or Config schemas, which should be a no-op, fixes this issue. So it seems like something is broken with the new evaluator.
Perhaps this is the same underlying issue as #3639, although we haven't reduced that one yet.
The text was updated successfully, but these errors were encountered:
As of 46fc54a:
Note that deduplicating either the Context or Config schemas, which should be a no-op, fixes this issue. So it seems like something is broken with the new evaluator.
Perhaps this is the same underlying issue as #3639, although we haven't reduced that one yet.
The text was updated successfully, but these errors were encountered: