Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
kylekatarnls commentedJan 18, 2021
| Q | A |
|---|---|
| Branch? | 4.4 |
| Bug fix? | yes |
| New feature? | no |
| Deprecations? | no |
| Tickets | Fix#30215 |
| License | MIT |
carsonbot commentedJan 18, 2021
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 to92bccacCompare6409f8b to149a905CompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
kylekatarnls commentedJan 19, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
If I have time this week, I'll also check negative numbers and add tests for them. ✔️ done |
347ad14 tob235fefComparekylekatarnls commentedJan 19, 2021
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. |
jderusse commentedJan 19, 2021
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 to71e1370Comparekylekatarnls commentedJan 19, 2021
Depending on the version we either fall into |
kylekatarnls commentedJan 19, 2021
AppVeyor failure is clearly unrelated: |
kylekatarnls commentedJan 21, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
👋@nicolas-grekas would you mind to review the new changes |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
dd6fd82 to533cd7eComparenicolas-grekas commentedJan 26, 2021
Thank you@kylekatarnls. |