We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cue version
master, commit 0cd0a0c05996db4f998e2b90b2a70e37fc7d209c
# -- evalv2 -- env CUE_EXPERIMENT=evalv3=0 exec cue eval --out cue ./in.cue cmp stdout stdout.golden # -- evalv3 -- env CUE_EXPERIMENT=evalv3=1 exec cue eval --out cue ./in.cue cmp stdout stdout.golden -- in.cue -- x: {[string]: _} x: #d #d: f: _ y: { x } y: f: true -- stdout.golden -- x: { f: _ } #d: { f: _ } y: { f: true }
both v2 and v3 should pass
# testscript /tmp/testscript2.txtar + exec /home/matthew/go/bin/testscript -e GOPATH=/home/matthew/go -e CUEHOME=/home/matthew/cue/cue /tmp/testscript2.txtar # -- evalv2 -- (0.103s) # -- evalv3 -- (0.152s) > env CUE_EXPERIMENT=evalv3=1 > exec cue eval --out cue ./in.cue [stderr] + cd /home/matthew/cue/cue/cmd/cue + go build + exec /home/matthew/cue/cue/cmd/cue/cue eval --out cue ./in.cue y.f: field not allowed: ./in.cue:2:4 ./in.cue:1:5 ./in.cue:3:5 ./in.cue:6:4 [exit status 1] FAIL: /tmp/testscript184019744/testscript2.txtar/script.txtar:8: unexpected command failure error running /tmp/testscript2.txtar in /tmp/testscript184019744/testscript2.txtar
The text was updated successfully, but these errors were encountered:
(Passes with new closedness).
Sorry, something went wrong.
Confirmed: with new closedness now landed, this passes.
cue/testdata: add regression test for https://cuelang.org/issue/3813
7d6fe86
For #3813. Signed-off-by: Paul Jolly <[email protected]> Change-Id: Ia22c4fe28d3c884daed8f27da63b43cba56a501c Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1211892 Reviewed-by: Daniel Martí <[email protected]> TryBot-Result: CUEcueckoo <[email protected]>
No branches or pull requests
What version of CUE are you using (
cue version
)?What did you do?
What did you expect to see?
both v2 and v3 should pass
What did you see instead?
The text was updated successfully, but these errors were encountered: