You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per amazon-ion/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.
The text was updated successfully, but these errors were encountered:
As per amazon-ion/ion-rust#80, there appears to be no way for an end user to construct an
ION_DECIMAL
from anION_INT
usingion_decimal.c
L287-L293. This API should not require the caller to have pre-initializedION_DECIMAL
to the specific number type as that concept is abstracted away from the user.The text was updated successfully, but these errors were encountered: