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
3f4e72d4d1712d61bfa0cbc0660875e1461d18f6
Yes (v0.11.1)
env CUE_EXPERIMENT=evalv3 ! exec cue vet -c x.cue -- x.cue -- data: {} & #s #s: matchN(1, [matchN(1, [{a!: _}])])
A passing test. The empty struct does not contain the required field a.
a
> env CUE_EXPERIMENT=evalv3 > ! exec cue vet -c x.cue FAIL: y.txtar:2: unexpected command success
The text was updated successfully, but these errors were encountered:
Possibly related: #3668
Sorry, something went wrong.
internal/core/validate: add test for issue 3651
dfe3ae0
Issue #3651 Signed-off-by: Marcel van Lohuizen <[email protected]> Change-Id: I0f2755389bc954828dbc11d4dd53fd4b5eb72c17 Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1206949 Unity-Result: CUE porcuepine <[email protected]> TryBot-Result: CUEcueckoo <[email protected]> Reviewed-by: Roger Peppe <[email protected]>
3251b5c
No branches or pull requests
What version of CUE are you using (
cue version
)?Does this issue reproduce with the latest stable release?
Yes (v0.11.1)
What did you do?
What did you expect to see?
A passing test. The empty struct does not contain the required field
a
.What did you see instead?
The text was updated successfully, but these errors were encountered: