diff icon indicating copy to clipboard operation
diff copied to clipboard

scala 2.10 support broken since 1.2.0

Open cvogt opened this issue 9 years ago • 1 comments

Since 1.2.0 Scala 2.10 shows the following type error

image

Trying to annotate the type leads to a compiler crash. Working through all the places where the compiler show's errors in -Xprint:typer and filling them in didn't help. Here is my attempt: https://github.com/xdotai/diff/tree/2.10

If anyone finds a solution, please let me know.

cvogt avatar Jul 16 '16 17:07 cvogt

(just my opinion, but I suggest dropping 2.10 support and closing this)

SethTisue avatar Nov 20 '19 20:11 SethTisue