Open lloydtabb opened 1 year ago
So the problem is the name space active for expressions is the output space ... layered on top of the input space, so while this is technically not a circular reference, the way we detect circular references ( which isn't really great) is kind of doomed to catch this.
The more correct fix is to allow circular references, so that
dimension: x is x + 1
would actually work, and then this would also work.