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
> exec cue vet x.cue
> env CUE_EXPERIMENT=evalv3
> exec cue vet x.cue
[stderr]
a.in.g.in.f: structural cycle
[exit status 1]
FAIL: /tmp/z.txtar:4: unexpected command failure
This seems like it might well be a bug in evalv3.
As supporting evidence for that, if I duplicate the #T definition and change any one of the references to refer to a difference version, we don't see the structural cycle any more, but that shouldn't make any difference AFAICS.
The text was updated successfully, but these errors were encountered:
What version of CUE are you using (
cue version
)?Does this issue reproduce with the latest stable release?
No (v0.10.0)
What did you do?
What did you expect to see?
Passing test.
What did you see instead?
This seems like it might well be a bug in evalv3.
As supporting evidence for that, if I duplicate the
#T
definition and change any one of the references to refer to a difference version, we don't see the structural cycle any more, but that shouldn't make any difference AFAICS.The text was updated successfully, but these errors were encountered: