Tom Bishop

Results 71 comments of Tom Bishop

"also need to revert the earlier disablement" -- that can be done by setting DISABLE_SIDEWAYS_MENU = false in cldrInfo.mjs (and maybe simplifying the code to remove that boolean if we...

There are a few test failures like ``` Test4528 Error: (TestExampleGenerator.java:957) Error: : specifics: expected "〖❬123.456,79 ❭BMD〗", got "〖❬123.456,79 ❭⟦BMD⟧〗" ``` and ``` TestLocaleDisplay Warning: (TestLocale.java:514) Warning: Use -v to...

Instead of special brackets, we're now looking at simply having no fallback values; that can be implemented using extra paths, see https://github.com/unicode-org/cldr/pull/4254

@haytenf to fix the formatting you can run this: `mvn --file=tools/pom.xml spotless:apply && sh tools/cldr-apps/js/test/pretty.sh`

> attempting with the resolved file led to an extremely long run time that's a puzzle -- does anyone know why?

> I think it's the right path to have two different files for now, we will probably want to have other different files for the HTML messages that currently exist(...

This draft PR is not meant for merging. It demonstrates by means of a temporary unit test that PathDescriptionHints.md can replace hints.txt and still match all the same paths. See...

Closing this PR; it served its purpose as a demonstration. The subsequent PR https://github.com/unicode-org/cldr/pull/4817 was merged.

Please note: I just made this ready for review. However it's targeted for v47 not v46, and I'm not sure where we stand with the main branch and v46 vs...

> Do you really mean isBlank in the sense of Java, that is, consists of 0 or more whitespace characters? The first comment in the ticket includes "Add a test...