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
Originally opened by @trebe in cuelang/cue#31
Thanks for the nice walkthrough, that shows some of the great power of Cue :-) Parts of it refers to previous versions of Cue:
cue eval ./... > snapshot2 doesn't fail as indicated, since now eval can output non-atomic string
cue eval ./... > snapshot2
eval
string
Under "1 is the default", 1 is not marked as default.
1
The text was updated successfully, but these errors were encountered:
Original reply by @mpvl in cuelang/cue#31 (comment)
Ah, yes. One needs to use the -c option now, for concrete or compile, to expose these errors.
-c
Sorry, something went wrong.
No branches or pull requests
Originally opened by @trebe in cuelang/cue#31
Thanks for the nice walkthrough, that shows some of the great power of Cue :-)
Parts of it refers to previous versions of Cue:
cue eval ./... > snapshot2
doesn't fail as indicated, since noweval
can output non-atomicstring
Under "1 is the default",
1
is not marked as default.The text was updated successfully, but these errors were encountered: