-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Description
Ok, I have started digging into Keno's overhaul of this package.
So far the only major problem (at least according to me, we'll have to debate this) that I have noticed is that the fallback of children is the identity if the object is iterable.
One of the side effects of this was already causing problems: the package had to explicitly "opt out" for objects such as String which are iterable but not trees. That means the package has been "opt out" instead of "opt in" which seems pretty scary.
Anyway, I'm working through changing this now, I'll have more to say on what the implications of this are after I've gotten a bit further.
Metadata
Metadata
Assignees
Labels
No labels