Shane F. Carr

Results 1981 comments of Shane F. Carr

Plan: - @robertbastian to open a PR migrating either PluralRules, FixedDecimalFormatter, or Collator to icu_preferences by October 1 - If all looks OK, @zbraniecki to migrate remaining crates during the...

I feel like ResolvedPreferences is trying to do multiple things at once: 1. Put together the variables we need for data loading 2. Return the resolved options to the user...

I think I like the approach of pulling out all the singletons so that they can be directly referenced, but also keeping the single data marker with attributes. I don't...

The 2.0 goal here is to make sure what we have aligns with the latest agreement.

I sent an email to the TC asking whether we can consider this a non-breaking change and move it out of the milestone.

The next steps would be: 1. Update https://github.com/unicode-org/cldr/pull/4620 according to the era indices discussed today and then merge 2. Rebase https://github.com/unicode-org/cldr/pull/4519, remove saka, minguo, minguo-qian, and before-roc, and put up...

Three comments so far: 1. Try to move more code into methods, specifically the cloning of the test case. 2. Need to track which dimensions to multiply. Everything multiplies by...

API Breaking: - [x] Return the TimeZone BCP 47 as a Subtag - [ ] Revisit naming convention of `is_default` on Locale types (split to #6505) - Note: The und...

> Revisit naming of subsecond field to make sure it is clear that it is in nanoseconds. At least explain clearly in docs. The field is `pub subsecond: Nanosecond` which...

@robertbastian I made a checklist and followed up on the breaking items. I'd like if we can also resolve the items I categorized as "High Impact Non-Breaking" before the 2.0...