Jan Christopher Vogt
Results
127
issues of
Jan Christopher Vogt
Since 1.2.0 Scala 2.10 shows the following type error  Trying to annotate the type leads to a compiler crash. Working through all the places where the compiler show's errors...
bug
help wanted
wontfix
``` scala> import ai.x.diff._ import ai.x.diff._ scala> case class Foo(i: Int, s: String) defined class Foo scala> case class Bar(d: Double, f: Foo) defined class Bar scala> val b1 =...