-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Console] Fix filtering out identical alternatives when there is a command loader #35094
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
[Console] Fix filtering out identical alternatives when there is a command loader #35094
Conversation
d59cc1b
to
526a875
Compare
526a875
to
589e93e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Good catch, thanks @fancyweb. |
…ere is a command loader (fancyweb) This PR was merged into the 3.4 branch. Discussion ---------- [Console] Fix filtering out identical alternatives when there is a command loader | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | #35089 | License | MIT | Doc PR | - CommandLoader commands needs to be loaded to resolve their names and filter them. Commits ------- 589e93e [Console] Fix filtering out identical alternatives when there is a command loader
After updating from 4.3.9 to 4.3.10 this change leads to loading of lazy commands even if they are not called. This occurs with commands where the first part of the name matches. For example if you have two lazy commands |
Hello, please create a new issue with a reproducer so someone can check it and start working on a fix if there was a regression. Thanks 😃 |
CommandLoader commands needs to be loaded to resolve their names and filter them.