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

[Generator] Fix invalid dependency warning #426

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tomsseisums
Copy link

@tomsseisums tomsseisums commented Aug 9, 2023

With 4.4.8, removing, for example, Pair from Generator, would produce this warning:
image

Saying that, for example, Event Instancer depends on Pair, implying it got disabled, but it actually wasn't. It was Pair Event Instancer that got disabled, but was messaged incorrectly.

With this PR, that is fixed to:
image

To properly indicate what is being disabled.

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.

None yet

1 participant