Skip to content

Make debug:container search command case-insensitive #25109

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

Merged
merged 1 commit into from
Nov 23, 2017

Conversation

jzawadzki
Copy link
Contributor

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.

@Vinorcola
Copy link

#25107 is related to search not detecting the characters after the \. It is not an uppercase problem.

@jzawadzki
Copy link
Contributor Author

@Vinorcola it is actually the same issue - in FQCN letter after backslash is uppercase and that's the reason why it's not searchable - if you would create class starting with lower letter it would work correctly

@Vinorcola
Copy link

@jzawadzki Ok, great ;)

@nicolas-grekas nicolas-grekas changed the base branch from 3.2 to 3.3 November 23, 2017 10:30
@nicolas-grekas
Copy link
Member

@jzawadzki could you please rebase on 3.3? 3.2 is not maintained anymore (I already changed the base branch here on github).

@nicolas-grekas nicolas-grekas added this to the 3.3 milestone Nov 23, 2017
@jzawadzki
Copy link
Contributor Author

@nicolas-grekas done!

@fabpot
Copy link
Member

fabpot commented Nov 23, 2017

Thank you @jzawadzki.

@fabpot fabpot merged commit c429c33 into symfony:3.3 Nov 23, 2017
fabpot added a commit that referenced this pull request 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
This was referenced Nov 24, 2017
@fabpot fabpot mentioned this pull request Dec 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants