Shane F. Carr

Results 1888 comments of Shane F. Carr

@ben-allen to evaluate which, if any, of the items in the OP still need to be addressed.

@eemeli has a new proposal, "Stable Formatting", which aims to introduce algorithmic formatting for clients who need it: https://github.com/eemeli/proposal-stable-formatting

2022-02-09 TG2 discussion: https://github.com/tc39/ecma402/blob/master/meetings/notes-2023-02-09.md#what-should-happen-with-the-usage-sort-vs-search-choice-in-implementations-256 Action: Add a sentence or two to MDN and/or the spec better explaining this, then the issue can be closed.

I believe this is fixed: https://tc39.es/proposal-temporal/#sec-calendar-types says that Temporal should support exactly the same set of built-in calendars as ECMA-402 Intl Enumeration API gives an iterator over those calendar types.

@FrankYFTang What is the ICU4C behavior? @zbraniecki What is the ICU4X behavior?

ICU4X uses the date length https://github.com/unicode-org/icu4x/blob/4242dfbdc7938d036565374e973e37d97b911f41/components/datetime/src/provider/date_time.rs#L213

@ben-allen to update the spec to reflect this behavior (select glue pattern based on date length).

This is small enough to be a pull request. It's just a bug fix. This code: ```javascript new Intl.PluralRules("fr-FR", { notation: "compact", compactDisplay: "long" }).select(1.00000020e6) ``` currently, for me, returns...

@anba @longlho @ryzokuken Who needs to take the next action on this PR?

Oh I see, yeah, I don't think we should do this. The spec does not forbid implementations from doing internal optimizations like this so long as the observable behavior is...