Skip to content

AbstractTrees should not be "opt out" #94

@ExpandingMan

Description

@ExpandingMan

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions