icu4x
icu4x copied to clipboard
Implement `SignedFixedDecimal` and `UnsignedFixedDecimal`
Related Issues: https://github.com/unicode-org/icu4x/issues/5065
Good start; try to stick with the names we discussed in the thread. FixedDecimal and Signed<FixedDecimal>
@sffc, @robertbastian, and @Manishearth,
This PR still needs testing fixes, but it is currently buildable.
I’m submitting it for review to confirm if we agree on the design and approach before moving forward with the next steps.
@sffc & @robertbastian , the testing is still failing. I would appreciate it if you could take a quick look to ensure the design aligns with what we discussed.
I did a quick look at the errors and they look like regular coding / import / feature issues.
@robertbastian can you help?