Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>This is a little out of date, but gives a rough idea:</p> <p><a href="http://www.nabble.com/Re%3A-Any-guesstimated-release-dates-for-2.8-final--p24919161.html" rel="nofollow noreferrer">http://www.nabble.com/Re%3A-Any-guesstimated-release-dates-for-2.8-final--p24919161.html</a></p> <p>Based on my experience with the nightlies, and porting some code to 2.8, I would add about 2 months to those estimates. You can get a feel for the activity here:</p> <p>https: // lampsvn.epfl.ch/trac/scala/timeline</p> <p>2.8 is a <strong>big</strong> release, including:</p> <ul> <li>unnested packages</li> <li>new collections library <ul> <li>hashCode() of mutable collections now throws Unhashable</li> </ul></li> <li>new arrays</li> <li>named/default params <ul> <li>case classes generate copy() methods</li> </ul></li> <li>@specialised</li> <li>fixed equality / hash code handling across primitives and boxed primitives</li> <li>RichString replaced by WrappedString <ul> <li>so that "abc".reverse.reverse == "abc"</li> </ul></li> <li>ability to control annotation targeting (i.e. field, getter or setter; class or constructor)</li> <li>support for nested annotations</li> <li>delimited continuations compiler plugin</li> <li>better compiler support for the Eclipse Scala Plugin</li> <li>refactored actors implementation</li> <li>refactored pattern matcher implementation</li> <li>tweaked rules for implicits</li> <li>many other bug fixes...</li> </ul> <p>Which is to say that it is likely to take a few release candidates to reach the elusive 2.8.0 status.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload