Skip to content

Fix unsafe module addition #37

Open
@Exouxas

Description

@Exouxas

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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions