Owein Reese
Owein Reese
I'm looking in the code after reading the documentation and I can't find deselectAll(). Has there been a change in API?
It works fine on 1.8, though.
The following code taken verbatim from some documentation I'm trying to tut:fail ``` tut:fail import concurrent.Future import scala.concurrent.ExecutionContext.Implicits.global def something[A](futL: Future[List[Int]])(f: Int => A): Future[List[A]] = for{ list
Currently only the constant memory styled transformation supports by-name parameters. The following will fail to compile: ```scala @mutualrec def foo(f: => Int): Int = //... @mutualrec def bar(x: => Int):...
Instead of commenting out code that shouldn't compile and then individually testing each one, it would be nice if [Partest](https://github.com/scala/scala-partest) became part of the testing strategy.
Need to split master from dev, since this is now being released.
See requirements at [herald](https://github.com/n8han/herald#readme) for how this is done.
So many other projects have their documents up on a webpage. The markdown files are run against sbt to check for correctness. Seems like a marriage made in heaven.
Every type class which contains a function was specifically written to be able to accept a Shapeless `Poly` (as well as differences between type signatures of backends, see `LiftFoldRight`.) Would...
Need a contributors file.