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

Revert Module Providers Registration to Previous Version #1952

Closed
wants to merge 2 commits into from

Conversation

alissn
Copy link
Contributor

@alissn alissn commented Sep 19, 2024

Hi,

This pull request reverts the module providers registration process to the previous version. The changes were initially introduced in #1879 by me.

After reviewing the codebase and encountering new issues, it became clear that this modification introduced several breaking changes. Some projects that rely on disabling modules and registering them with a single file have experienced issues due to these updates.

Additionally, this change caused the boot and register events for modules to stop firing. This issue wasn't caught earlier because the current tests for modules do not cover this part. A separate pull request will add tests for this section to prevent similar issues in the future.

@dcblogdev
Copy link
Collaborator

will this affect the loading of the modules that you recently introduced?

@alissn
Copy link
Contributor Author

alissn commented Sep 19, 2024

@dcblogdev

no, in my os, boot time not changed. has same times.

@alissn alissn closed this Sep 19, 2024
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