You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's impossible by design. Blocks must have their parent block as first element in the parent list.
Hum, I'm still a little concerned because the DAG can get really deep sometimes. Maybe add a protection that will fail and report a problem or move to a DFS implementation using a stack (instead of a recursion).
That's impossible by design. Blocks must have their parent block as first element in the parent list.
Hum, I'm still a little concerned because the DAG can get really deep sometimes. Maybe add a protection that will fail and report a problem or move to a DFS implementation using a stack (instead of a recursion).
Originally posted by @msbrogli in #1 (comment)
The text was updated successfully, but these errors were encountered: