Skip to content

[Intl] fix IntlDataFormatter default pattern #15045

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

Closed
wants to merge 1 commit into from
Closed

[Intl] fix IntlDataFormatter default pattern #15045

wants to merge 1 commit into from

Conversation

ewgRa
Copy link
Contributor

@ewgRa ewgRa commented Jun 19, 2015

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets
License MIT
Doc PR

Without installed Intl extension tests failed, because seems IntlDataFormatter replacement have bug.
In this PR proof-test for this case and fix.
Not sure about "BC breaks"

@ewgRa
Copy link
Contributor Author

ewgRa commented Jun 19, 2015

Seems ICU changes.

I have 52.1 and there is comma as delimiter, maybe then add ICU version check to tests that fail with such ICU?

@ewgRa ewgRa closed this Jun 20, 2015
fabpot added a commit that referenced this pull request Aug 26, 2015
This PR was merged into the 2.3 branch.

Discussion
----------

Add appveyor.yml for C.I. on Windows

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | YES, both on Travis (Linux) and on Appveyor (Windows)!
| Fixed tickets | #13934, #15049, #14259, #15045, #15444
| License       | MIT
| Doc PR        | symfony/symfony-docs#5654

- testing two matrix lines:
  - one without mbtring nor fileinfo nor intl
  - one with these ext enables, intl version 51.2 so that almost no test is skipped on our Intl component
- bug fixes thanks to these harder testing conditions
- some display bug on appveyor, [reported here](http://help.appveyor.com/discussions/suggestions/197-support-ansi-color-codes).

Commits
-------

ea5d656 Windows and Intl fixes
8bbd8d9 Add appveyor.yml for C.I. on Windows
@ewgRa ewgRa deleted the IntlDataFormatter branch September 9, 2015 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant