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

Try to load all modules from dependency Array #33

Open
nusphere opened this issue Apr 8, 2022 · 0 comments · May be fixed by #35
Open

Try to load all modules from dependency Array #33

nusphere opened this issue Apr 8, 2022 · 0 comments · May be fixed by #35

Comments

@nusphere
Copy link

nusphere commented Apr 8, 2022

Feature Request

Q A
New Feature yes

Summary

Many modules have dependencies on other modules and specify them with the DependencyIndicatorInterface within the module.

Currently, a MissingDependencyModuleException is thrown if a dependency is not loaded.

The feature request proposes a feature that at least tries to reload the dependencies via "loadModule". If that fails, the MissingDependencyModuleException can still be thrown.

@nusphere nusphere linked a pull request Apr 8, 2022 that will close this issue
@nusphere nusphere changed the title Try to load all modules from dependecy Array Try to load all modules from dependency Array Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant