well-typed / cborg

Binary serialisation in the CBOR format
https://hackage.haskell.org/package/cborg
188 stars 86 forks source link

Overflow checks #96

Open bgamari opened 7 years ago

bgamari commented 7 years ago

Ensure that we don't overflow words on 32-bit architectures.

dcoutts commented 6 years ago

This should be handled by commit 60914c4b723972a0572373bdb96da19ec4a064f6 and the tests in later commits, but it's always worth reviewing carefully. We don't currently have CI on a 32bit arch.

thoughtpolice commented 6 years ago

If we set AppVeyor up again, we can easily get a 32bit Windows build running -- which we should do anyway.