Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document how hook call order is affected by plugin registration #64

Closed
nicoddemus opened this issue Aug 24, 2017 · 1 comment
Closed
Assignees
Labels

Comments

@nicoddemus
Copy link
Member

As discussed in #62, we should explicitly document how hook call order is done regarding how plugins are registered.

From the top of my head, hooks are called in this order:

  1. setuptools plugins (in arbitrary order, except those marked with try_first and try_last);
  2. core plugins;
@astrojuanlu
Copy link

setuptools plugins (in arbitrary order

I know this is an ancient issue but I don't think this fact was sufficiently documented in gh-85.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants