Shane F. Carr

Results 453 issues of Shane F. Carr

The DisplayNames component comes with a large amount of data. It is the largest locale-specific data in ICU and will also likely be the largest in ICU4X. There are a...

T-core
A-design
S-medium
A-data
C-dnames
U-ecma402

We have formatting from integers. We need to add it from general FixedDecmial & f64 and add support for currencies.

C-numbers
U-ecma402

Previous issues: https://github.com/unicode-org/icu4x/issues/6069, https://github.com/unicode-org/icu4x/pull/6104, https://github.com/unicode-org/icu4x/issues/5915 We previously agreed to add docs to our re-exported input and preference types, the ones in `icu_component::input` and `icu_component::preferences`, that indicate that they are re-exports....

T-docs-tests
C-meta

From #7012: Add tests and potentially fix bugs involving: - [ ] Add more tests on algorithm behavior, such as Hebrew tests in the backwards direction - [ ] Add...

C-calendar
U-temporal

issue: these new variants are only returned by from-fields, not by constructors on `Date` (which is what this type is for). please lets not have catch-all errors again _Originally posted...

discuss
C-calendar

Ordinal months should not be used in these calendars because they are misleading. The constructors for these specific calendars should instead take month codes. Ideally as just strings because then...

discuss
S-small
C-calendar

The specification algorithm is designed to be readable, but it is not fast, because it adds one month and one year at a time. There are two cases that can...

good first issue
C-calendar
U-temporal

This is a meta-issue to track progress toward graduating the CNN and AdaBoost models, which are currently test-only.

C-segmentation

In #6992, I landed a model for DateDuration that corresponds to the requirements of Temporal, specifically that it is signed, and all fields must share the same sign. I pushed...

discuss
C-calendar