Skip to content

Index_cache can result in the incorrect index. #22

Description

@cianciosa

Indices are stored in the used indices indexed via the argument pointer. However

index_1D(a, b, 1, 0)
index_1D(a, b, 1, 1)

Would point to the same pointer index. Instead try using the node index of the parent node since that should be unique if the arguments are different.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions