Skip to content

for_each is traversing too many nodes #2

Description

@tzaeschke

for_each is traversing too many nodes. When checking whether a child node should be traversed it erroneously uses the posfix-len of the parent node, thus effectively checking whether the parent node matches.

This affects only for_each(callback, filter) when used with filters.
for_each(box, callback, filter) is not affected.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions