The corrected RC 1 for Scala 2.7.1 is now online.
As Lukas wrote, this is in principle a bugfix release which we had to
bring forward to fix a serious bug with XML parsing that unfortunately
got introduced just before 2.7.0 final was released. This bug is now
fixed, as are several others.
The compiled language has only changed in small ways:
1. Following popular request, we have changed the scope of a wildcard
in a type to match the rules in Java.
2. We dropped the contractiveness requirement for implicits, in order
to make some advanced usage patterns in ScalaCheck and SBinary
possible.
More at:
http://scala-lang.org/downloads/changes.html#v2.7.1.RC1Cheers
-- Martin
On Thu, Apr 10, 2008 at 11:15 AM, Lukas Rytz <
lukas.rytz@...> wrote: