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
A change introduced in Julia 0.7 made BigInt a subtype of Signed. The
change resulted in the code including BigInt in the CONTAINER_TYPES
which resulted in an exceptions since BigInt is not a bits type.
JuliaLang/julia#23473
0 commit comments