Philip Chimento

Results 75 issues of Philip Chimento

Test case: ```html Foo Bar ``` emu-format makes this into ```html Bar Foo Bar ``` Of course, garbage in, garbage out, but this might be a symptom of a correct...

See: tc39/proposal-temporal#3121 A type assertion in the spec was incorrect, but the assertion wasn't hit in the Firefox implementation in any test262 test. These three tests add coverage for all...

Some of the `staging/sm` tests take a long time to run. For this reason the whole folder is currently omitted from test262.fyi. We should find a way to either mark...

Currently, the linter only outputs the name of the file in which a check failed. Now that we can annotate linter failures directly on PRs with #4307, it'd be nice...

Previously, if `timeZoneName` was given by itself in the formatting options, the default formatting for the other date/time components would be added. This is inconsistent with what we do for...

normative
needs consensus

Previously, if `era` was given by itself in the formatting options, the default formatting for the other date/time components would be added. This is inconsistent with what we do for...

normative
needs consensus

Slides: https://ptomato.name/talks/tc39tg2-2024-10 Notes from discussion: https://docs.google.com/document/d/1LktHEvOixPhtVynhYt_f944YVvlUy-pyuxrVhbXzTpU/edit?tab=t.0#heading=h.od036whynwor In the 2024-10-24 meeting I presented the above slide deck, asking for feedback on best practices for testing Intl APIs in test262. Let's open...

### Before submitting a bug report - [X] I updated to the latest version of Multi-Account Container and tested if I can reproduce the issue - [X] I searched for...

bug

Coptic, Ethiopic, and Hijri calendars got era code changes in CLDR 48. As per the maintainers policy on the other CLDR 48 changes, this should be merged about a month...

needs review

The `assert.compareArray` function produces error messages like this: ``` Actual [up, up, down, down, left, right, left, b, a, start] and expected [up, up, down, down, left, right, left, right,...