Scala 2.13.14 draft release notes#869
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