André Bargull

Results 143 comments of André Bargull

> In general, it seems that CLDR is rather buggy in this area: The results for attaching a continental European region code to `en` are incoherent for currency vs. non-currency...

Can provide some hints where SpiderMonkey works incorrectly? Some basic tests show spec compliance issues in JSC and V8, but I couldn't find a test which fails in SpiderMonkey. ```js...

> In Ecma 402, Table 8 uses WeekDay() and the various FooFromTime() AOs to set the fields of the record returned by ToLocalTime(). Since this PR changes the return value...

It's normative for ECMA-402, where `Intl.DateTimeFormat` has been changed to accept offset time zone strings.

The original tests added in #4504 now pass in V8, but when testing all possible input values for `caseFirst` and `numeric`, I still see test failures in V8.

> I had held off on helpers like this because of dependency upon Reflect and especially Proxy, [...] I don't actually know if there are any test262 consumers which pull...

This test fails in JSC and V8 for the non-decimal number string values.

Implementations return all locales supported by ICU4C, which seems like a reasonable thing to do, because there's at least some guarantee that segmentation works for these locales. Returning everything could...

> However, from reading the ECMA-402 spec, I'm a bit surprised at how the ECMA-402 semantics are supposed to work. The current spec is incorrect. There's a PR to fix...