-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Console] optimisation getting the command when finding #31420
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] optimisation getting the command when finding #31420
Conversation
Time for rebase :) |
995f25c
to
abe9d57
Compare
@nicolas-grekas rebased |
abe9d57
to
2989a05
Compare
Status: Needs Review |
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.
Blocking merge for now, I realize that calling has()
involves to instantiate some lazy commands which might be a problem even for the related bugfix, I'm going to double-check the behavior tonight.
2989a05
to
3d6b303
Compare
Thank you @Simperfit. |
…(Simperfit) This PR was submitted for the 4.3 branch but it was merged into the 4.4-dev branch instead (closes #31420). Discussion ---------- [Console] optimisation getting the command when finding | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no <!-- don't forget to update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | none <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | <!-- Write a short README entry for your feature/bugfix here (replace this comment block.) This will help people understand your PR and can be used as a start of the Doc PR. Additionally: - Bug fixes must be submitted against the lowest branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against the master branch. --> Following discussion with @chalasr in here #31261 (comment), first commit will be deleted when the other PR is merged. Commits ------- 3d6b303 [Console] Optimisation on getting the command
Following discussion with @chalasr in here #31261 (comment), first commit will be deleted when the other PR is merged.