- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Scala 2.8.1 RC3
Created by admin on 2010-10-14.
Updated: 2010-10-14, 21:47
We are happy to announce our new release candidate: Scala 2.8.1 RC3 is now available from our Download Page. This release candidate addresses two additional minor issues, but is otherwise identical to RC2. We received no reports of any further problems in recent release candidates, therefore we will wait one more week to allow developers to test RC3, and will hopefully release the final version immediately afterwards.
Please help us testing this new release candidate, and let us know of any issues you may detect, or of any binary incompatibility issue that you may encounter. You can find the list of improvements in Scala 2.8.1 below. This release is intended to be fully binary compatible with version 2.8.0.
The Scala 2.8.1 distribution
This Release Candidate is made available for testing purposes only and is not intended for production environments. We will wait at least one week before issuing a final release, in order to allow developers and testers to send us their feedback.
What is new?
The 2.8.1 release of Scala includes many bug fixes, listed below:
In addition, the release contains many small improvements and fixes, particularly concerning Scaladoc.
- Login or register to post comments
- Printer-friendly version
Re: Scala 2.8.1 RC3
Missing an important method in scala.swing.Table
The class Table has:
But Table is missing its equally important counterpart:
def columnCount: Int
Please add columnCount for the sake of completeness...
Thanks,
Keith Ohm
BTW Scala 2.8.1 is a masterpiece! Good job guys!!!
And thank the team for more and improved Scaladocs - its a real god-send!!!!! The lack of Scaladoc (esp. in 2.8.0) has IMHO been a real hindrance for newbies. That issue definitely has been a strong counter argument heard by many of us who are asking "Should I try Scala?"
Re: Scala 2.8.1 RC3
Raise an RFE or bug report in trac!
Re: Scala 2.8.1 RC3
Very good. Several corrections :)