Closed litso closed 7 years ago
This appears to be related to 32-bit/64-bit support. https://stackoverflow.com/questions/35329459/integer-literal-overflows-when-stored-into-int
Do we plan on supporting 32-bit platforms going forward?
@litso, great catch on the Xcode 9 support bug, and thanks for your contributions 😄
In
Pack.swift: packPositiveInteger
andPack.swift: pack
we get the following errors when comparing eitherUInt64
orUInt32
values to0xffff_ffff
and