Making a migration from 2.8.1 to 2.9.1 found interesting thing. Tried to write this in console: >>import collection.immutable.Set.Set4
I am working on project implemented in scala 2.8.1, want to migrate to scala 2.9.1 and use akka-actors libraries instead of standard, but didn\'t find good summary of main changes, here what I found:
I have the following scenario: sealed abstract class Type(val inUse: Boolean) case class IntTy(override val inUse: Boolean) extends Type(inUse)
This works def func(f: => Int) = f This dosn\'t (inside class for example) type EmptyFunct = => Int
Total newbie question here...Today while trying to calculate sum of a list of integers(actually BitSe开发者_StackOverflow社区t), I ran into overflow scenarios and noticed that the return type of(sum/p
I noticed this breaking (for me using it with OGNL) change in 2.9.0-1: I find that, in 2.9, methods declared in a trait become volatile when mixed in a class:
On migrating our code to Scala 2.9 we\'ve found large swathes of it that didn\'t work and failed silently. We tracked it down to case classes that extend Proxy not being equal. In our code we don\'t e
Im trying to开发者_JAVA技巧 show a list of views for the logged in user. The list consists of the db entities for the user which i can retrieve from them db. Im trying to bind the correct address to t
First of all i have trait: import _root_.com.thoughtworks.selenium._ import org.scalatest.matchers.ShouldMatchers
i\'ve izpack installer Scala 2.8.1 after install it at /usr/local/scala and set environment variable at etc/environment it\'s work normally for execute command like scala or scalac, but if i execute s