Skip to content

Conversation

domekomi
Copy link

Fix a problem that a plugin with deep dependencies is not sorted properly. This PR also add features to detect errors of circular dependencies and missing plugins.

@tyru
Copy link
Member

tyru commented Mar 25, 2020

Sorry for late reply.
Could you show me the examples?

  • deep dependencies is not sorted properly
  • circular dependencies
  • missing plugins

@domekomi
Copy link
Author

deep dependencies is not sorted properly

If a plugin A depends on B and B doesn't depends on other plugins (A -> B), these plugins are sorted properly. However, if B depends on C (A -> B -> C), not sorted properly.

circular dependencies

e.g. A depends on B and B depends on A (A -> B -> A).

missing plugins

e.g. A depends on B, but B is not found.

@tyru
Copy link
Member

tyru commented Jan 31, 2022

Should be related #333

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

Successfully merging this pull request may close these issues.

2 participants