-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Clean-up scala.runtime #10602
Comments
should |
I think either is fine. |
To avoid confusion with scala.Tuple. Part of scala#10602.
To avoid confusion with scala.Tuple. Part of scala#10602.
To avoid confusion with scala.Tuple. Part of scala#10602.
To avoid confusion with scala.Tuple. Part of scala#10602.
To avoid confusion with scala.Tuple. Part of scala#10602.
The only remaining item is the usage of sun.misc.Unsafe in LazyVals, but I had a look and trying to abtract over this to use VarHandle on Java 9+ instead looks very complicated and will involve some important changes to the lazy val implementation, this is likely to be a wasted effort since we're anyway going to completely change it post-3.0 with #7140, so I'll be closing this and we'll have to handle this at the same time we deal with #7140. |
As per the stdlib review discussion we had a few weeks ago, here's what needs to be done with scala.runtime package:
The text was updated successfully, but these errors were encountered: