Scala Buggabot

Results 611 comments of Scala Buggabot

Imported From: https://issues.scala-lang.org/browse/SI-7268?orig=1 Reporter: @dcaoyuan Affected Versions: 2.10.1

@retronym said: The same ArrayStoreException is generated under 2.9. ```scala % scalac29 -Xprint:jvm -unchecked test/files/run/t7268.scala && scala29 Test test/files/run/t7268.scala:34: warning: non variable type-argument T in type pattern scala.collection.mutable.WrappedArray[T] is unchecked...

@Sciss said: I think this is related: ```scala // File: build.sbt scalaVersion := "2.10.1" // File: src/main/scala/bug/Bug.scala package bug class Foo(val args: Any*) case class Bar(id: Int) extends Foo(id) object...

@retronym said: @Sciss I think your bug is #7436

@Sciss said: @retronym – I don't think it is #7436, because that says it's fixed in Scala 2.10.3-RC1. I am just running my example with Scala 2.10.3-RC1 and it still...

Imported From: https://issues.scala-lang.org/browse/SI-7927?orig=1 Reporter: Richard Wise (rwoodz) Affected Versions: 2.10.1, 2.10.2, 2.10.3, 2.11.0

Imported From: https://issues.scala-lang.org/browse/SI-8594?orig=1 Reporter: @oxbowlakes Affected Versions: 2.11.0 Attachments: - [map.scala](https://issues.scala-lang.org/secure/attachment/16000/map.scala) (created on May 16, 2014 10:41:15 AM UTC, 3249 bytes)

@oxbowlakes said (edited on Jan 26, 2016 7:31:16 PM UTC): A colleague pointed out that `Map.transform` does a lot of what I want (except it requires a new map to...

Imported From: https://issues.scala-lang.org/browse/SI-9948?orig=1 Reporter: Robin Green (rdgreen) Affected Versions: 2.11.0, 2.11.8, 2.12.0-RC1