Closed myitcv closed 3 years ago
cue version
$ cue version cue version +aa61ee7f linux/amd64
Yes
exec cue export file.cue --inject builtat=x -- file.cue -- package x built_at: int @tag(builtat,type=int)
An error regarding x not being parseable as a value of type int.
x
int
built_at: reference "x" not found: builtat:1:1
This issue has been migrated to https://github.com/cue-lang/cue/issues/1010.
For more details about CUE's migration to a new home, please see https://github.com/cue-lang/cue/issues/1078.
What version of CUE are you using (
cue version
)?Does this issue reproduce with the latest release?
Yes
What did you do?
What did you expect to see?
An error regarding
x
not being parseable as a value of typeint
.What did you see instead?