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

Sorting problem #481

Open
SalihCanBinboga opened this issue Sep 30, 2024 · 0 comments
Open

Sorting problem #481

SalihCanBinboga opened this issue Sep 30, 2024 · 0 comments

Comments

@SalihCanBinboga
Copy link
Contributor

Hey 👋 Micromodules are initialized first, and then the packages linked to the main module are initialized. As a result, the packages required by the micromodules cannot be loaded. A sorting algorithm update is needed.

For example:
In the main package, an x singleton is created. If the micromodules depend on this x singleton class, they can’t find the x singleton because the micromodules are initialized first.

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

No branches or pull requests

1 participant