Open
Description
From @markusicu:
How do you handle conversions from
i128
andu128
types when you only have au64
for thei
,v
,f
operands? We truncate the high digits, and there are no CLDR rules for which that truncation makes a difference. But we can double check that this is indeed the case.
I should note that this also happens in string and FixedDecimal conversions. We should make sure we have consistent behavior across the board.
CC @zbraniecki