Philip Chimento

Results 272 comments of Philip Chimento

> Test262 changes will be needed to validate these normative changes, but I'm not sure how we can run those tests except using the Temporal polyfill. It's fine to submit...

Yes, it's not unreasonable to write, it's just that it's inconsistent with every other options property. ```js > new Date().toLocaleString(undefined, { hour: 'numeric' }) '10 a.m.' > new Date().toLocaleString(undefined, {...

It's somewhere on my to-do list to investigate if there is such data, but it's not a high priority right now.

FWIW as far as I understand it, this change would not be observable if made in ECMA-262 today, without Temporal. (But it should probably be discussed in plenary anyway.)

This normative change reached consensus at the TC39 meeting of 2024-06-12.

Tests are in https://github.com/tc39/test262/pull/4120. (The first commit specifically contains tests for this PR. The second commit for the companion Temporal PR.)

> Do `_FIXTURE` files really need a copyright header, if they happen to use `.js` as their extension? They may or may not have a bunch of code in them,...

Do you know if this behaviour is specified? i.e. can we unambiguously say that one or the other of the behaviours is wrong? Or is it a gap in the...

Some more suggestions: - files with potentially troublesome `\0` characters, like a UTF-8 text file followed by a `\0` followed by more text - files with potentially troublesome encoding, like...