Jan Christopher Vogt

Results 127 issues of Jan Christopher Vogt

Since 1.2.0 Scala 2.10 shows the following type error ![image](https://cloud.githubusercontent.com/assets/274947/16896096/031e6570-4b58-11e6-9737-6cfc2195abcb.png) 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 =...