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

Plugin Dependencies #69

Open
cart opened this issue Jul 24, 2020 · 1 comment · May be fixed by #7839
Open

Plugin Dependencies #69

cart opened this issue Jul 24, 2020 · 1 comment · May be fixed by #7839
Labels
A-ECS Entities, components, systems, and events C-Enhancement A new feature X-Controversial There is active debate or serious implications around merging this PR

Comments

@cart
Copy link
Member

cart commented Jul 24, 2020

Some plugins require other plugins to work. We should allow plugins to define dependencies that must be registered before them. This would also help ensure that plugins are registered in the correct order (where that matters).

@alice-i-cecile
Copy link
Member

Plugin ordering could be solved by #1255 instead.

@alice-i-cecile alice-i-cecile added S-Needs-Design-Doc This issue or PR is particularly complex, and needs an approved design doc before it can be merged and removed E-Help-Wanted labels Dec 12, 2021
@alice-i-cecile alice-i-cecile added this to the 0.11 milestone Feb 27, 2023
@maniwani maniwani linked a pull request Feb 28, 2023 that will close this issue
@alice-i-cecile alice-i-cecile added X-Controversial There is active debate or serious implications around merging this PR and removed S-Needs-Design-Doc This issue or PR is particularly complex, and needs an approved design doc before it can be merged labels Feb 28, 2023
@alice-i-cecile alice-i-cecile removed this from the 0.11 milestone Jun 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ECS Entities, components, systems, and events C-Enhancement A new feature X-Controversial There is active debate or serious implications around merging this PR
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants