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
@kunzchr reported recently that UINT32, FIXED32, UINT64 and FIXED64 types write out and read in as signed ints/longs, whereas they need to use the next larger types (long / BigInteger) to load and then cast (after any appropriate range checks).
The text was updated successfully, but these errors were encountered:
@kunzchr reported recently that UINT32, FIXED32, UINT64 and FIXED64 types write out and read in as signed ints/longs, whereas they need to use the next larger types (long / BigInteger) to load and then cast (after any appropriate range checks).
The text was updated successfully, but these errors were encountered: