Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

reference cycles #19

Closed
enisoc opened this issue Feb 13, 2019 · 2 comments
Closed

reference cycles #19

enisoc opened this issue Feb 13, 2019 · 2 comments

Comments

@enisoc
Copy link

enisoc commented Feb 13, 2019

Not sure if this is just not implemented yet, but the examples of breaking reference cycles don't work as of current master:

// CUE knows how to resolve the following:
x: 200
x: y + 100
y: x - 100
constraint violated: _|_(200:delayed constraint (200 & (<0>.y + 100)) violated)
@mpvl
Copy link
Contributor

mpvl commented Feb 19, 2019

@cueckoo
Copy link

cueckoo commented Jul 3, 2021

This issue has been migrated to cue-lang/cue#19.

For more details about CUE's migration to a new home, please see cue-lang/cue#1078.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants