Closed pfitzseb closed 3 years ago
So I think the issue is that JSON will always deserialize an integer to an Int64
instead of a platform-specific Int
. Seems easiest to just allow arbitrary Integer
s here instead of only Int
s so we don't need to rewrite our tests to run on x86.
Ah, yes, I remember that JSON issue from other contexts!
Hopefully fixes https://github.com/julia-vscode/crashreporting-issues/issues/30. Couldn't repro the bug on a 32bit install of Julia with this patch.
For every PR, please check the following: