Shane F. Carr
Shane F. Carr
TG2 discussion: https://github.com/tc39/ecma402/blob/master/meetings/notes-2022-11-03.md#tests-depends-on-specific-pre-icu72-format-pattern-need-to-be-changed-3711 Conclusion: Add this to the agenda in the Test262 maintainers call.
TG2 discussion: https://github.com/tc39/ecma402/blob/master/meetings/notes-2023-10-12.md#draft-plan-to-align-canonical-time-zone-ids-across-implementations-806
My understanding of the state of this issue is: 1. We don't want to make changes until Temporal lands 2. After Temporal lands, we introduce spec text and tests to...
> > We don't want to make changes until Temporal lands > > In the meantime, do we want V8 and JSC to use the new ICU API to be...
> My suggestion to resolve both (1) and (2) is that all engines (including Mozilla's SpiderMonkey used in Firefox) should switch to using ICU's new API that returns modern IDs....
TG2 discussion: https://github.com/tc39/ecma402/blob/master/meetings/notes-2024-01-18.md#draft-plan-to-align-canonical-time-zone-ids-across-implementations-806 Conclusion (written before @justingrant's comment above): Do not make any changes right now. Wait for Temporal and make a change then. If there is a change to...
This seems like a tricky test to write. I need to figure out how to check the full set of identifiers.
I think it's covering this line: ``` // Use the myanmar-tools detector. private String standardizeMyanmar(String value) { if (detector.getZawgyiProbability(value) > 0.90) { return zawgyiUnicodeTransliterator.transform(value); } return value; } ``` The...
Ok you can remove the string from the test, and I filed https://github.com/google/myanmar-tools/issues/116 to investigate further.
Discussion from 2021-03-11 meeting: https://github.com/tc39/ecma402/blob/master/meetings/notes-2021-03-11.md#extension-support-6