Skip to content

Hooks are not fired in consistent order #33

@daurnimator

Description

@daurnimator

At the moment hooks are iterated over with pairs(), which is unordered.
This means that hooks are not fired in a consistent order; and therefore that returning true to stop further processing isn't useful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions