cldr icon indicating copy to clipboard operation
cldr copied to clipboard

CLDR-18370 Expand datetime test data set by iterating over each test dimension

Open echeran opened this issue 7 months ago • 1 comments

CLDR-18370

  • [X] This PR completes the ticket.

ALLOW_MANY_COMMITS=true

echeran avatar May 03 '25 00:05 echeran

Three comments so far:

  1. Try to move more code into methods, specifically the cloning of the test case.
  2. Need to track which dimensions to multiply. Everything multiplies by locale, but only some things multiply by time zone or datetime.
  3. Prevent duplicate test cases: the locales already in the kernel shouldn't be added again.
  4. Since we're putting calendars and locales into the same dimension, make sure to consider this when forming your multiplication set.

sffc avatar Jun 13 '25 23:06 sffc

@echeran - Is this still planned to be merged? Or will you clone the ticket and continue the work in CLDR 49?

AEApple avatar Sep 05 '25 13:09 AEApple