Skip to content
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

Serialization stability failure on Scala 3.next #222

Closed
SethTisue opened this issue Jul 11, 2022 · 1 comment · Fixed by #223
Closed

Serialization stability failure on Scala 3.next #222

SethTisue opened this issue Jul 11, 2022 · 1 comment · Fixed by #223
Assignees

Comments

@SethTisue
Copy link
Member

SethTisue commented Jul 11, 2022

https://github.com/scala/scala-parallel-collections/runs/7287860376

[error] Caused by: java.io.InvalidClassException: scala.collection.immutable.OldHashSet$HashTrieSet; local class incompatible: stream classdesc serialVersionUID = -2139837478000879198, local class serialVersionUID = 4909220184304460089

last green run was https://github.com/scala/scala-parallel-collections/runs/6976037468 on 3.1.3-RC5
first red run was https://github.com/scala/scala-parallel-collections/runs/6995343025 on 3.2.0-RC1

reproducible locally with ++3.2.0-RC2; testOnly *Stability*

probably relevant history: #220 (0409c4f), scala/scala-dev#809

@SethTisue SethTisue self-assigned this Jul 11, 2022
SethTisue added a commit to SethTisue/scala-parallel-collections that referenced this issue Jul 11, 2022
SethTisue added a commit to SethTisue/scala-parallel-collections that referenced this issue Jul 11, 2022
@SethTisue
Copy link
Member Author

PR validation doesn't check this; but post-merge, there was a green run at https://github.com/scala/scala-parallel-collections/runs/7291145624 👍

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

Successfully merging a pull request may close this issue.

1 participant