Shane F. Carr

Results 1798 comments of Shane F. Carr

Added Java and fixed the comment.

The bug uncovered that we didn't handle the approximately sign in parsing, even though it is supported in patters and in formatting, which I added relatively recently (a few years...

I used the tool to squash the branch because @FrankYFTang's comments are stylistic only. It would take me more time to find the branch and fix the style. I might...

Some thoughts: - CodePointTrie currently just wraps a ZeroVec for accessing values. ZeroVec transformations are easy to do in Rust - CodePointTrie could have a getter function that returns an...

I'll put this in the 2.0 milestone, but it isn't super-high priority and it could slip to 3.0.

What is the "primary provider-backed payload"? It's not well defined in all cases. The whole concept of the "resolved locale" is fraught and it's not up to ICU4X to perpetuate...

> Either way, which key should the glue code query for if the primary payload for a given ICU4X object isn't well defined in all cases? I think it would...

Yeah, echoing back the requested locale probably works. I think the most useful piece of information you can get is which one out of a list of locales you got....