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
{{ message }}
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
It is technically correct cue: env: env logically means env == env, so it's a tautology, but valid. The evaluation indeed is env: _. This is all correct.
The eval correct you show is incorrect (the env field itself is missing), but I'm getting the correct output on my machine.
That said, in reality this is almost never intended, and it should at least be a vet check.
This is a duplicate of #466, btw.
What version of CUE are you using (
cue version
)?beta.5
Does this issue reproduce with the latest release?
have tried other versions
What did you do?
What did you expect to see?
Error about cyclical value for
env: env
What did you see instead?
There is also this curious output:
cue eval
results inThe text was updated successfully, but these errors were encountered: