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

Lost parameters: wrong ESCAPED_BRACKET_QUOTED_TEXT #3277

Conversation

ohvitorino
Copy link

Q A
Type bug
BC Break yes
Fixed issues #3140

Summary

The first capturing group of the parser regex was stopping from the moment it would find a [ character. I expanded the original capturing group to include ARRAY[.*] as a capturable expression.

@ohvitorino
Copy link
Author

Still need to fix code style

@ohvitorino ohvitorino force-pushed the 3140-lost-parameters-wrong-ESCAPED_BRACKET_QUOTED_TEXT branch 3 times, most recently from 186c5d9 to b04a704 Compare September 2, 2018 13:20
@ohvitorino
Copy link
Author

Code styles are fixed, but one of the build jobs has failed.
It doesn't look like it has something to do with my code

$ phpenv global 7.2
rbenv: version `7.2' not installed
The command "phpenv global 7.2" failed and exited with 1 during .

@morozov
Copy link
Member

morozov commented Sep 7, 2018

@ohvitorino I've restarted the build.

@morozov
Copy link
Member

morozov commented Oct 14, 2018

@ohvitorino please rebase so that we could proceed.

@ohvitorino ohvitorino force-pushed the 3140-lost-parameters-wrong-ESCAPED_BRACKET_QUOTED_TEXT branch from b04a704 to fa7a9b6 Compare October 20, 2018 06:13
The first capturing group of the parser regex was stopping form the moment it would find a `[` character.
@ohvitorino ohvitorino force-pushed the 3140-lost-parameters-wrong-ESCAPED_BRACKET_QUOTED_TEXT branch from e5ad7d6 to 0a7d5f0 Compare October 20, 2018 11:45
@ohvitorino
Copy link
Author

@morozov done!

@morozov morozov merged commit 77666f0 into doctrine:master Oct 21, 2018
@morozov
Copy link
Member

morozov commented Oct 21, 2018

Thank you @ohvitorino!

morozov added a commit that referenced this pull request Oct 21, 2018
@morozov morozov self-assigned this Jun 7, 2019
@morozov morozov added this to the 2.9.0 milestone Jun 7, 2019
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants