Robertas

Results 3 comments of Robertas

Hey, I think the only place there it is limited is on the template https://github.com/zamblauskas/scala-csv-parser/blob/master/src/main/boilerplate/zamblauskas/functional/Applicative.scala.template If you aren't afraid to get your hands dirty, you can try bumping 21/22 to...

Two problems (at least) with > 22 params. 1. My macro implementation needs the `SomeClass.apply(_,_,_,.....)` which is only available upto 22 params, hence the `:1: error: implementation restricts functions to...

I'm also affected by this issue. But the compiler error only happens when one of the overloaded methods has a call-by-name argument. This code: ``` scala class OverloadedTest extends FunSpec...