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

fix: dont ignore optional dependencies on disabled extensions. #3352

Merged
merged 1 commit into from
Apr 6, 2022

Conversation

askvortsov1
Copy link
Sponsor Member

There is a check in the ExtensionManager::resolveExtensionOrder function that ignores optional dependencies on extensions that don't exist in the system. This is sufficient for resolution purposes.

The filter removed in this PR would ignore optional dependencies on non-enabled extensions, so when such an extension was enabled, dependency resolution would run incorrectly.

There is a check in the ExtensionManager::resolveExtensionOrder function that ignores optional dependencies on extensions that don't exist in the system. This is sufficient for resolution purposes.

The filter removed in this PR would ignore optional dependencies on non-enabled extensions, so when such an extension was enabled, dependency resolution would run incorrectly.
@askvortsov1 askvortsov1 force-pushed the as/fix-optional-dependencies-on-disabled branch from 1be000c to eebc730 Compare March 25, 2022 01:41
@askvortsov1 askvortsov1 merged commit 431ba30 into main Apr 6, 2022
@askvortsov1 askvortsov1 deleted the as/fix-optional-dependencies-on-disabled branch April 6, 2022 15:48
@askvortsov1 askvortsov1 added this to the 1.3 milestone Apr 6, 2022
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.

4 participants