-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
When adding modules using the method that adds single modules, it doesn't check if the module has all its needed dependencies. In addition to this, if it can't initialize, it will never be initialized.
- Make sure the module has all dependencies before initializing
- Throw an exception if the module is missing a dependency during initialization
- In general find ways to make this safer
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request