-
Notifications
You must be signed in to change notification settings - Fork 14
Scala 2.13.14 draft release notes #869
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
Conversation
It might be worth mentioning that the 5 fake source files of scalalibInternal.v2_13/Compile/sources ~= {
val excludes = Set("Any.scala", "AnyRef.scala", "Nothing.scala", "Null.scala", "Singleton.scala")
prev => prev.filterNot(f => f.getParentFile.getName == "scala" && excludes.contains(f.getName))
} I wonder if IDEs will actually be able to deal with those or if they will panic. Have we checked with IntelliJ and Metals? |
IntelliJ was tested (scala/scala#10714), including the sources was actually a request that came through IntelliJ (https://youtrack.jetbrains.com/issue/SCL-22167). For metals I tried a small sbt project with
While I can navigate to I cannot navigate to the new sources like AnyRef / Null. @tgodzik is that worth a ticket? |
We might need to first release metals for that versions, which requires semanticdb. We can confirm once everything is out. |
If anyone is trying out |
rendered: https://github.com/SethTisue/scala-dev/blob/scala-2.13.14/releases/2.13.14.md
feedback welcome