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

Allow plugins to inject themselves as dependencies for other plugins #1679

Closed
ralsina opened this issue May 3, 2015 · 1 comment
Closed
Assignees
Milestone

Comments

@ralsina
Copy link
Member

ralsina commented May 3, 2015

Most plugins generate tasks.

In some cases, a plugin X will generate tasks and will want to make sure those tasks are executed before those of another plugin Y.

Usually, that would be handled by plugin Y declaring plugin X's tasks as task_dep.

However, that means the author of plugin Y needs to know about all other plugins that may want to be executed before his, and that is not possible.

Therefore: plugins should be able to inject their own tasks as dependencies for other tasks.

@ralsina ralsina self-assigned this May 3, 2015
@ralsina ralsina added this to the Whenever milestone May 3, 2015
@ralsina
Copy link
Member Author

ralsina commented May 4, 2015

Closed by #1680

@ralsina ralsina closed this as completed May 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant