Shane F. Carr
Shane F. Carr
This was pulled out of #7012. I considered that PR to be pushing AnyCalendar complexity over the edge to justify a new macro, but @robertbastian asked for it to be...
I'm unconvinced that these traits definitely have the shape that we will always want. We already found one gap, #6959. The point of these traits is to make it _easier_...
Rust 1.83 lets us finally use mut pointers in const. This could make the ZeroTrie const builder more efficient.
ZeroTrie has been designed for "forward" lookup (string to integer). We could also support "backward" lookup (offset to string) by adding nodes to the ZeroTrie that allow jumping backward through...
In https://tc39.es/ecma402/#sec-tointlmathematicalvalue, the range of the Intl MV is limited to the range of MVs that round to a finite nonzero Number. For small numbers, this behavior is exposed for...
Proof-of-concept for ICU-23210 #### Checklist - [x] Required: Issue filed: ICU-23210 - [x] Required: The PR title must be prefixed with a JIRA Issue number. Example: "ICU-1234 Fix xyz" -...
This makes DTPG consider only availableFormats instead of standard patterns. #### Checklist - [x] Required: Issue filed: ICU-23209 - [x] Required: The PR title must be prefixed with a JIRA...
CLDR-17223 - [ ] This PR completes the ticket. I'm doing just English to start. I already found an odd case: we have "Cocos (Keeling) Islands" which isn't easily constructible...
Repro: ```rust #[test] fn test_simple_particle_swarm() { struct CostFn; impl CostFunction for CostFn { type Param = f64; type Output = f64; fn cost(&self, param: &f64) -> Result { Ok(*param) }...
The URL for the Cherokee bible is no longer available. I'm removing the crawler for now, but we should add back a Cherokee bible from a different URL such as...