Tim Flynn
Tim Flynn
Referring to: https://tc39.es/ecma402/#sec-partitionnotationsubpattern Steps 1 and 2 of the "number" case are to replace the digits in the number `n` with the digits of the specified numbering system. These steps...
https://unicode.org/versions/Unicode15.0.0/
This is a normative change to the Intl NumberFormat V3 spec. See: https://github.com/tc39/proposal-intl-numberformat-v3/commit/4751da5 No test262 change (yet) - they have tests for this, but there's a bug: https://github.com/tc39/test262/pull/3653/files#r969149152
In `ApplyUnicodeExtensionToTag` and `ResolveLocale`, we loop over the provided relevant extension keys, and set the corresponding internal slot of the `result` record to the value present in either the locale...
This fixes `test-js -f Date.parse.js` when the `TZ` environment variable has invalid values.
Currently, if the script fails, it simply runs "exit 1". This exits the script, but keeps the VM running, so CI hangs until it times out. Instead of exiting, write...
Some red-herrings I came across while trying to figure out #15844.
This is to allow people making emoji to run the generator to create the expected commit message format. For example: ```bash # Build it: ./Meta/serenity.sh build lagom GenerateEmojiData # Run...
We seem to have invalid data from a persisted DB when it contains a table with a "large" (~12) number of columns. For example, trying to `DESCRIBE` that table, the...