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
{{ message }}
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.
See also #523, which seeks to define a general strategy for serialization
HashMaps need to customize deserialization because element hash codes could be different on the deserizalizing JVM. immutable.HashMap has this in 2.13.x, but it hasn't been ported into this repo in either of the immutable hashmap implementations.
The text was updated successfully, but these errors were encountered:
There's an old (fixed) ticket for this: scala/bug#1600. I disabled the test case for now. Once this is fixed, test/files/jvm/t1600.scala needs to be re-enabled (marked with TODO-newColl).
See also #523, which seeks to define a general strategy for serialization
HashMaps need to customize deserialization because element hash codes could be different on the deserizalizing JVM.
immutable.HashMap
has this in 2.13.x, but it hasn't been ported into this repo in either of the immutable hashmap implementations.The text was updated successfully, but these errors were encountered: