Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Update LICENSE #377

Merged
merged 1 commit into from
Mar 31, 2021
Merged

Update LICENSE #377

merged 1 commit into from
Mar 31, 2021

Conversation

franklinyow
Copy link
Contributor

Changes to comply to internal review

Changes to comply to internal review
@google-cla google-cla bot added the cla: yes Google CLA signed label Mar 31, 2021
@franklinyow franklinyow merged commit 2518923 into master Mar 31, 2021
@franklinyow franklinyow deleted the franklinyow-patch-1 branch March 31, 2021 23:17
natebosch added a commit that referenced this pull request Jun 7, 2021
#377

PiperOrigin-RevId: 378022812
natebosch added a commit that referenced this pull request Jun 7, 2021
#377

PiperOrigin-RevId: 378022812
natebosch added a commit that referenced this pull request Jun 8, 2021
* Refactor the pattern for skipping tests

Use the `skip` argument so that tests are reported as skipped consistently
across all reporters rather than output with `print` which is easily missed.

Use a single list of unsupported chrome locales for both short and long formats.
It is not useful to run tests for the locales that coincidentally match the
fallback. Keep the variables separate since there will become new locales that
are only skipped for short formats.

Make some utility methods inside test files private.

PiperOrigin-RevId: 359697870

* Skip some locales for web tests

Skip the locales that cause failures in chrome version 88. This should unblock
running tests on CI in github.

PiperOrigin-RevId: 360139777

* Add optional parameter to NumberFormat.compact() to provide custom pattern.

In Play Console UI we need to format positive values that represent a change
with explicit + sign. CompactNumberFormat does not allow us to do so.

#custom_kpi

PiperOrigin-RevId: 361142234

* Remove the const tag for date time pattern data

- The file documentation says it's generated by google3/i18n/tools/generate_datetime_pattern_dart.cc, but the generator file is out of sync with the generated file since 2020-08-19. I just followed the previous CLs and manually edited the file.

PiperOrigin-RevId: 377081517

* Collapse null safety changelogs

PiperOrigin-RevId: 377975405

* Organize imports

f22f7b5

PiperOrigin-RevId: 378011273

* Exclude github config from sync

These files can be maintained on github exclusively.

PiperOrigin-RevId: 378013048

* Update LICENSE

#377

PiperOrigin-RevId: 378022812

* Use correct stable version for ffi dep

PiperOrigin-RevId: 378025311

* Restore github config

Co-authored-by: Googler <[email protected]>
mosuem pushed a commit to dart-lang/i18n that referenced this pull request Mar 2, 2023
* Refactor the pattern for skipping tests

Use the `skip` argument so that tests are reported as skipped consistently
across all reporters rather than output with `print` which is easily missed.

Use a single list of unsupported chrome locales for both short and long formats.
It is not useful to run tests for the locales that coincidentally match the
fallback. Keep the variables separate since there will become new locales that
are only skipped for short formats.

Make some utility methods inside test files private.

PiperOrigin-RevId: 359697870

* Skip some locales for web tests

Skip the locales that cause failures in chrome version 88. This should unblock
running tests on CI in github.

PiperOrigin-RevId: 360139777

* Add optional parameter to NumberFormat.compact() to provide custom pattern.

In Play Console UI we need to format positive values that represent a change
with explicit + sign. CompactNumberFormat does not allow us to do so.

#custom_kpi

PiperOrigin-RevId: 361142234

* Remove the const tag for date time pattern data

- The file documentation says it's generated by google3/i18n/tools/generate_datetime_pattern_dart.cc, but the generator file is out of sync with the generated file since 2020-08-19. I just followed the previous CLs and manually edited the file.

PiperOrigin-RevId: 377081517

* Collapse null safety changelogs

PiperOrigin-RevId: 377975405

* Organize imports

dart-archive/intl@f22f7b5

PiperOrigin-RevId: 378011273

* Exclude github config from sync

These files can be maintained on github exclusively.

PiperOrigin-RevId: 378013048

* Update LICENSE

dart-archive/intl#377

PiperOrigin-RevId: 378022812

* Use correct stable version for ffi dep

PiperOrigin-RevId: 378025311

* Restore github config

Co-authored-by: Googler <[email protected]>
mosuem pushed a commit to dart-lang/i18n that referenced this pull request Apr 18, 2023
* Refactor the pattern for skipping tests

Use the `skip` argument so that tests are reported as skipped consistently
across all reporters rather than output with `print` which is easily missed.

Use a single list of unsupported chrome locales for both short and long formats.
It is not useful to run tests for the locales that coincidentally match the
fallback. Keep the variables separate since there will become new locales that
are only skipped for short formats.

Make some utility methods inside test files private.

PiperOrigin-RevId: 359697870

* Skip some locales for web tests

Skip the locales that cause failures in chrome version 88. This should unblock
running tests on CI in github.

PiperOrigin-RevId: 360139777

* Add optional parameter to NumberFormat.compact() to provide custom pattern.

In Play Console UI we need to format positive values that represent a change
with explicit + sign. CompactNumberFormat does not allow us to do so.

#custom_kpi

PiperOrigin-RevId: 361142234

* Remove the const tag for date time pattern data

- The file documentation says it's generated by google3/i18n/tools/generate_datetime_pattern_dart.cc, but the generator file is out of sync with the generated file since 2020-08-19. I just followed the previous CLs and manually edited the file.

PiperOrigin-RevId: 377081517

* Collapse null safety changelogs

PiperOrigin-RevId: 377975405

* Organize imports

dart-archive/intl@5190155

PiperOrigin-RevId: 378011273

* Exclude github config from sync

These files can be maintained on github exclusively.

PiperOrigin-RevId: 378013048

* Update LICENSE

dart-archive/intl#377

PiperOrigin-RevId: 378022812

* Use correct stable version for ffi dep

PiperOrigin-RevId: 378025311

* Restore github config

Co-authored-by: Googler <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes Google CLA signed
Development

Successfully merging this pull request may close these issues.

None yet

1 participant