-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Make case classes Serializable #5734
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
Make case classes Serializable #5734
Conversation
@nicolasstucki How do I regenerate these files:?
|
Run |
We should really automatize this: in scalac, |
$ sbt "testFromTasty i2104b" && mv pos/i2104b.decompiled{.out,}
...
mv: cannot stat 'pos/i2104b.decompiled.out': No such file or directory |
tests/pos instead of pos ? |
bab913e
to
031440e
Compare
Test infrastructure taken from scala/scala#5278
031440e
to
c5dcbc6
Compare
Should we avoid adding |
@liufengyun Yes, just like scalac we should allow explicitly extending Serializable or Product in a case class without error, can you create an issue for that ? |
The code breaks after scala/scala3#5734
No description provided.