ion-c icon indicating copy to clipboard operation
ion-c copied to clipboard

ION_INT -> ION_DECIMAL

Open almann opened this issue 5 years ago • 0 comments

As per amzn/ion-rust#80, there appears to be no way for an end user to construct an ION_DECIMAL from an ION_INT using ion_decimal.c L287-L293. This API should not require the caller to have pre-initialized ION_DECIMAL to the specific number type as that concept is abstracted away from the user.

almann avatar Aug 13 '20 20:08 almann