Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

immutable.{HashMap, ChampHashMap} should use a serialization proxy #524

Closed
retronym opened this issue Mar 27, 2018 · 1 comment
Closed
Assignees
Labels

Comments

@retronym
Copy link
Member

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.

@lrytz
Copy link
Member

lrytz commented Apr 5, 2018

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).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants