We are releasing a small update to the Scala 2.9.0 code. The new 2.9.0.1 hotfix release [1] addresses a couple of issues found in 2.9.0, and is currently available from our Download Page. [2]
The 2.9.0.1 release includes the following fixes with respect to 2.9.0:
Change | Summary |
---|---|
24881 | Closes #4537 regression: Compiler crash for private object that shadows outer definition |
24956 | Fix for view+groupBy regression, closes #4558 |
24962 | Fix for Iterator flattening performance degradation |
24966 | Removed bridge method that caused load problems in tomcat due to verification error |
24967 | Removed two more @bridge methods related to 24966. |
24968 | Fixes #4560 regression: Runtime exception on structural reflection |
24991 | Fixes #4608: flatten on a ParSeq |
24992 | Specialized keySets are supposed to be views, #4616 |
24993 | Literal(0) vs Literal(0.0f), Closes #4617 regression with local lazy vals of type Float or Double. |
Scala 2.9.0.1 is also available in a simple, pre-integrated stack with Akka 1.1.2 from Typesafe [3]. The Typesafe Installer v1.0.1 will be shortly available from the Stack Download page. [4]
Here's more info on the Scala 2.9.0 distribution. [5]
Links:
[1] http://www.scala-lang.org/downloads
[2] http://www.scala-lang.org/downloads#
[3] http://www.typesafe.com
[4] http://typesafe.com/stack/download
[5] http://www.scala-lang.org/node/9483