Skip to content

Hooks are not fired in consistent order #33

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.

Activity

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

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