Skip to content

reference cycles #19

@cueckoo

Description

@cueckoo

Originally opened by @enisoc in cuelang/cue#19

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions