-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Bug in debug:container search #25107
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
Comments
Note, that this is not an uppercase problem. You can run the following commands and still have the same result:
The problem is with character following the \. I guess an escape problem (\C considered an one character)? |
fabpot
added a commit
that referenced
this issue
Nov 23, 2017
…adzki) This PR was merged into the 3.3 branch. Discussion ---------- Make debug:container search command case-insensitive | Q | A | ------------- | --- | Branch? | 3.2 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Fixed tickets | #25107 | License | MIT | Doc PR | This bug fixes the #25107 - starts from 3.2 services may be written with uppercase (e.g. FQCN) and search fails to match those services. Commits ------- c429c33 Make search in debug:container command case-insensitive
@Vinorcola Works for me:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The search mode is buggy for FQCN service IDs: it doesn't detect the letters following the "\" it seems.
Example:
I have registered a service "Repository\Main\CustomerRepository"
php bin/console deb:cont cus
php bin/console deb:cont ust
The text was updated successfully, but these errors were encountered: