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
[Translator] fix handling plural for floating numbers #39887
Conversation
kylekatarnls
commented
Jan 18, 2021
| Q | A |
|---|---|
| Branch? | 4.4 |
| Bug fix? | yes |
| New feature? | no |
| Deprecations? | no |
| Tickets | Fix #30215 |
| License | MIT |
|
Hey! I did a quick review of this PR, I think most things looks good. To help keep things organized, we don't allow "Draft" pull requests. Could you please click the "ready for review" button or close this PR and open a new one when you are done? Note that a pull request does not have to be "perfect" or "ready for merge" when you first open it. We just want it to be ready for a first review. Cheers! Carsonbot |
|
If I have time this week, I'll also check negative numbers and add tests for them. |
347ad14
to
b235fef
Compare
|
Hum, as a first sight, I can't tell how the test output could be different from PHP 7.1 and 8 while 7.4 succeed in between. |
The Symfony test suites are very complexe and does not perform the same thing. ie. One of the tests suite tries each component with the minimal requirements version. Another tries the previous version of the component with dependencies patched with your PR. |
|
Depending on the version we either fall into |
|
AppVeyor failure is clearly unrelated: |
|
|
dd6fd82
to
533cd7e
Compare
|
Thank you @kylekatarnls. |

