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

java.lang.Random is Serializable but scala.util.Random is not #4664

Closed
scabug opened this issue Jun 2, 2011 · 3 comments
Closed

java.lang.Random is Serializable but scala.util.Random is not #4664

scabug opened this issue Jun 2, 2011 · 3 comments

Comments

@scabug
Copy link

scabug commented Jun 2, 2011

There doesn't seem to be a good reason why scala.util.Random shouldn't be serializable. It uses java's Random as parameter and that is serializable.

@scabug
Copy link
Author

scabug commented Jun 2, 2011

Imported From: https://issues.scala-lang.org/browse/SI-4664?orig=1
Reporter: Przemyslaw Horban (horban)
Affected Versions: 2.8.1, 2.9.1

@scabug
Copy link
Author

scabug commented Dec 10, 2012

@adriaanm said:
scala/scala#1672

@scabug scabug closed this as completed Dec 10, 2012
@scabug
Copy link
Author

scabug commented Feb 9, 2013

@adriaanm said (edited on Feb 9, 2013 9:48:28 PM UTC):
Due to binary compatibility restrictions, this cannot go into 2.10.1-RC1.

See scala/scala#2103.

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

No branches or pull requests

2 participants