Manish Goregaokar
Manish Goregaokar
Yes, an ops team makes sense!
Yes, this should remain under a cross cutting concerns team.
Yeah I think when I filed this issue it felt small, but for VarULE _specifically_ I don't think it is anymore. (For ULE it's almost always the case that having...
In #5124 we're also discussing finding a way to avoid these derives and using macros instead. Looking at the codebase, I see a bunch of similar but distinct use cases:...
Moving that discussion to https://github.com/unicode-org/icu4x/issues/5127
This now passes tests, but I'm not entirely sure of the impl
This fails other tests (due to hitting assertions, I think) ``` === test262/built-ins/Temporal/PlainDate/prototype/since/roundingincrement === --- stdout --- test/test262/data/test/built-ins/Temporal/PlainDate/prototype/since/roundingincrement.js:15: Error: Temporal error: Internal error: . later.since(earlier, { smallestUnit: "years", roundingIncrement: 4,...
> Are you still looking into the failures mentioned above? No, but they should be replicable by copying the tests.
The failures were due to a missing
And that fixes the crashes. Would still like to see if this can be written without floats, but I don't have time to do that myself.