-
Notifications
You must be signed in to change notification settings - Fork 408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CanBuildFrom/GenTraversableFactory causing serialization issue #579
Comments
Adding |
There's a serializability test in ScalaCheck that works. Ironically, the import you needed was removed from that test in d8f1322. I know forking the JVM was needed for the test to work in Scala 2.13, but you're asking about 2.12, so I'm not sure why you need the import. |
That test you linked doesn't cover So it does look like these implicits need to be manually imported. |
Yes, a test of |
I can reproduce with the following code on scala 2.12.
Looks like it's summoning the following implicit in
BuildableVersionSpecific
.And I can see one for list in
SerializableCanBuildFroms
But somehow it's not summoned.
Stack trace:
The text was updated successfully, but these errors were encountered: