Ken Scambler
Ken Scambler
Oh wait, my example is performing a set! That's clearly wrong.
Fixed, thanks.
Good call! There will probably be a few things I can donate back to Monocle from the `.name` syntax stuff...
I really want this feature, but the others (QuickLens, Shapeless, Monocle's @GenLens) don't support it, so it can probably wait until after 1.0.
Ok this one is interesting. We can't just spit out a PSetter instance, because the STAB types would have to be known up front, and the B and T depend...
Needs more research, descoping from 1.1.
Good catch, thanks for the report! It works if the case class doesn't have type parameters, so clearly it's choking on the generics. ``` scala> case class BoxI(get: Int) defined...
@etorreborre suggests that a Scala.js-compatible version of Specs2 might be only a month or two away; we can hold off on this for a while.
This can and should be done, but it's a bit harder than it looks. The lexer & parser really need to be rewritten and combined into a proper monadic parser,...
Descoping from 1.1; it will be a bit of work, and there are more important things to focus on.