recursion limit issues #42
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
the cell resolver stops at depth=20 right now for recursion. that can cause issues when you get cells at idx > 20
should either do loop detection or value caching
could make cell resolution create a "call chain" and just check if it sees it's self in the chain