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
When implementing ion-c-sys in Rust, I ran into amzn/ion-rust/issues/#79. Specifically, this API appears to return nan for at least the following ION_INT values:
When implementing
ion-c-sys
in Rust, I ran into amzn/ion-rust/issues/#79. Specifically, this API appears to returnnan
for at least the followingION_INT
values:When tracing this in the debugger, the
decContext
is set toDEC_Invalid_context
, but the routine returnsiERR_OK
.The text was updated successfully, but these errors were encountered: