Shane F. Carr
Shane F. Carr
> I just rebased against `main` due to a merge conflict - hopefully that's OK with your review workflow. Apparently Github handles this a lot less well than Gerrit. It's...
The use case that motivated me to file this issue was that CLDR wants to add hundreds of new parent locales. The current ZeroMap stores only a couple dozen, and...
It may be useful to think about this as a way to optionally annotate an existing ZeroMap. For example, if you load a ZeroMap, and it has a hash table...
@hsivonen Can you set an assignee (or "help wanted") and a milestone (or "backlog")?
Questions: 1. Should we delete the temp directory if codegen failed, or not delete it for debugging purposes but leak disk space? 2. How to make it work consistently on...
Consider doing like we did for the CodePointTrieBuilder. Rather than writing the code ourselves, we compile the ICU4C builder code into a WASM file and ship that in our repo.
@makotokato Does this block any other issues? Can you set an assignee (or "help wanted") and a milestone (or "backlog")?
When components add new data structs, `icu_testdata` needs to be updated to have that minimum version. For example, if icu_datetime adds a new data struct in version 1.2, then `icu_testdata`...
It comes in via the baked provider.
I was thinking we save the patch version for "latest stable"; when there is a new latest stable, we bump the patch version. The `-cldr61` and `-cldr62` is what you...