dk14
dk14
it's just a draft - so some concurrency problems or memory/performance leaks are pretty possible; code style may also be improved it's not fully disruptor pattern but close enough for...
The overall problem with scalac is desrcibed here: http://stackoverflow.com/questions/40424888/scala-recursive-val-behaviour/40436837 Neither scalac nor wartremover checks for forward reference in object/class' members (scalac does it only for values defined in code blocks)...
As we can't use: ``` scala> def extractor(p: Person) = p.address.street.name extractor: (p: Person)String scala> val p2 = person.modify(extractor).using(_.toUpperCase) :21: error: Path must have shape: _.field1.field2.each.field3.(...) ``` as it's hard...
Would be nice to have boot-loader image for LG nemo watch.