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.027s)
> env CUE_EXPERIMENT=evalv3=1
> exec cue vet -c=false
[stderr]
explicit error (_|_ literal) in source:
./input.cue:17:12
explicit error (_|_ literal) in source:
./input.cue:20:12
[exit status 1]
This seems like a straight up regression to me. Note that the original source used regular fields in place of required fields, but the regression reproduces with either of them, and required fields are the more appropriate here I think.
The text was updated successfully, but these errors were encountered:
As of c29fd02:
This seems like a straight up regression to me. Note that the original source used regular fields in place of required fields, but the regression reproduces with either of them, and required fields are the more appropriate here I think.
The text was updated successfully, but these errors were encountered: