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

[Console] fix QuestionHelper::getHiddenResponse() not working with space in project directory name #40192

Merged
merged 1 commit into from Feb 16, 2021

Conversation

Yendric
Copy link
Contributor

@Yendric Yendric commented Feb 14, 2021

Q A
Branch? 5.2
Bug fix? yes
New feature? no
Deprecations? no
Tickets Fix #40190
License MIT
Doc PR symfony/symfony-docs#...

Fixes #40190 to allow spaces in project directory name.

@Nyholm
Copy link
Member

Nyholm commented Feb 16, 2021

Do you think it is possible to add a test for this feature? That would make sure we never reintroduce this bug again.

@nicolas-grekas nicolas-grekas changed the title [Console] Fix #40190 [Console] fix QuestionHelper::getHiddenResponse() not working with space in project directory name Feb 16, 2021
@nicolas-grekas
Copy link
Member

nicolas-grekas commented Feb 16, 2021

@Nyholm Adding a test case is going to be tricky as this means installing the package in a directory with a space before launching the tests. We cannot isolate this in a simple test case...

@chalasr chalasr modified the milestones: 5.2, 4.4 Feb 16, 2021
@chalasr
Copy link
Member

chalasr commented Feb 16, 2021

Thank you @Yendric.

@chalasr chalasr merged commit 9230f69 into symfony:4.4 Feb 16, 2021
@chalasr chalasr removed the request for review from dunglas February 16, 2021 11:16
@Nyholm
Copy link
Member

Nyholm commented Feb 16, 2021

I understand that writing a test for this is tricky (I don't know how). I was hoping for someone to come up with a genius idea =)

Thank you @Yendric for this PR and congratulations for your first contribution.

This was referenced Mar 4, 2021
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.

None yet

6 participants