-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Translator] fix handling plural for floating numbers #39887
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
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 |
8544207
to
92bccac
Compare
6409f8b
to
149a905
Compare
If I have time this week, I'll also check negative numbers and add tests for them. ✔️ done |
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. |
b235fef
to
71e1370
Compare
Depending on the version we either fall into |
AppVeyor failure is clearly unrelated:
|
👋 @nicolas-grekas would you mind to review the new changes |
dd6fd82
to
533cd7e
Compare
Thank you @kylekatarnls. |