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
Correctly report numeric overflow and clarify error semantics
Fixes a bug where ReadErrorReason::NotEnoughPrecision was never constructed.
NotEnoughPrecision renamed to NumericValueOverflow for clearer semantics.
Replaced magic decimal threshold with equivalent hex literal (0x80000000000000)
for better readability.
0 commit comments