Shane F. Carr
Shane F. Carr
Explicitly stating another thing that I considered part of the release duty but wasn't explicit.
I added details about listing new public APIs in the changelog and requiring TC approval.
#7075 removes the test for simulated, but your change also removes coverage for all other tests that set iters to values less than 2000, and I don't know if that...
It would be convenient for users and for writing unit tests if we could parse ISO-8601 duration strings into DateDuration. Examples: - `P1D` => `{ days: 1 }` - `P2M1D`...
We should probably implement the CLDR/ICU LocaleMatcher algorithm in ICU4X. This subject has previously been a point of contention; I'm hoping that we can at least implement the CLDR algorithm...
It is replaced by the more powerful `Date::try_from_fields`, which also returns a better error type.
https://github.com/unicode-org/icu4x/pull/6985#discussion_r2389281839
Related: https://github.com/unicode-org/icu4x/issues/6690 The ICU TC recommended that CLDR consider removing date+zone from semantic skeletons. https://unicode-org.atlassian.net/browse/ICU-23233 We currently support this in 2.0, and I don't anticipate removing it from ICU4X in...
A study for #7104