Scala Buggabot

Results 419 comments of Scala Buggabot
trafficstars

Arif (apathan) said: Under what timeframe will this fix be released? I'd love to start using Scala in our application (that is currently all Java), but can't proceed due to...

Per Mildner (per.mildner-at-sics.se) said: Ping. Any news on this bug?

Per Mildner (per.mildner-at-sics.se) said: Any news on this bug? It is unfortunate that Scala can not be mixed with Java classes that implement, e.g. `Comparable`.

Per Mildner (per.mildner-at-sics.se) said: Any news? I this fixed in some other version/branch of Scala?

Imported From: https://issues.scala-lang.org/browse/SI-9176?orig=1 Reporter: @adriaanm

@RomanHargrave said: I think that it would make more sense to forward null on to the destination (rather than wrapping it), at least in the case of implicit conversion. If...

Imported From: https://issues.scala-lang.org/browse/SI-6359?orig=1 Reporter: @harrah Affected Versions: 2.10.0-M7 See #6358, #5882

@retronym said: https://github.com/scala/scala/pull/1300

@odersky said: I am going re-enable nested classes. It turns out the error is only linked to nested objects and my suspicion is it's because of the same problems that...