si2712fix-demo icon indicating copy to clipboard operation
si2712fix-demo copied to clipboard

This repository contains a minimal SBT project for experimenting with a fix for SI-2712

Results 3 si2712fix-demo issues
Sort by recently updated
recently updated
newest added

Simplified/standalone version of the first failure case I'm hitting from [tierney](https://github.com/m50d/tierney). I have no idea whether this case is even possible to fix, but figured it was worth raising. `testSuccess`...

To quote Dmitry from https://github.com/milessabin/scala/commit/d91fda48ba0a2754beaeb0b719bed75b3dcce38e: ``` trait A[T1, T2] { } trait B[T1, T2] { } class C extends A[T, Long] with B[T, Double] { } object Test { def...

See [here](http://stackoverflow.com/questions/34110426/does-java-support-lets-encrypt-certificates#34111150).