recursion limit issues #42

Closed
opened 2025-11-14 21:16:39 +00:00 by Oliver · 1 comment
Owner

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

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
Oliver added the
bug
enhancement
labels 2025-11-14 21:16:48 +00:00
Author
Owner

could make cell resolution create a "call chain" and just check if it sees it's self in the chain

could make cell resolution create a "call chain" and just check if it sees it's self in the chain
Oliver referenced this issue from a commit 2025-11-14 22:30:45 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Oliver/neoscim#42
No description provided.