julia> a = 12345678901234
12345678901234
julia> b = big(a)
12345678901234
julia> a == b
true
julia> hash(a) == hash(b)
false
julia> versioninfo()
Julia Version 1.9.0
Commit 8e63055292 (2023-05-07 11:25 UTC)
Platform Info:
OS: Windows (i686-w64-mingw32)
CPU: 20 × 12th Gen Intel(R) Core(TM) i7-12700H
WORD_SIZE: 32
LIBM: libopenlibm
LLVM: libLLVM-14.0.6 (ORCJIT, alderlake)
Threads: 1 on 20 virtual cores
Presumably also broken on master.
Presumably also broken on master.