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
On Julia v1.10.0-alpha1 and master, some Rationals which are equal have different hashes:
julia>hash(5//2) # same hash as on older Julia versions (≥ v1.6)0x16b7f40fdbb2c57d
julia>hash(Int128(5)//2) # the same hash is also obtained for UInt128(5)//2 and BigInt(5)//20xb795033f6f2a0674