rillit icon indicating copy to clipboard operation
rillit copied to clipboard

not found: type InitializedLenser

Open Sciss opened this issue 12 years ago • 2 comments

I want to use the dynamic lenser (because that's inside a generic class, so the static one doesn't work). I tried both 0.1.0 and 0.2.0, but I only get the following error when trying to do anything:

case class Foo(name: String)
val lf = rillit.dynamic.Lenser[Foo]()
lf.name.get

The error in the last line:

not found: type InitializedLenser

Sciss avatar Jun 05 '13 21:06 Sciss

not sure, but maybe you are missing the import?

import rillit._

danielbedo avatar Oct 08 '15 15:10 danielbedo

i don't think that should be necessary

ritschwumm avatar Oct 09 '15 15:10 ritschwumm