Michal Sitko

Results 18 issues of Michal Sitko

refs https://github.com/hseeberger/constructr/issues/129

``` import monocle.Lens val streetNumber = Lens[Address, Int](_.streetNumber)(n => a => a.copy(streetNumber = n)) ``` Fails compilation with error `not found: value n`. I wanted to fix that but then...

I wrote a unit test reproducing https://github.com/coursier/coursier/issues/1884 and managed to fix the direct reason for it. However it still doesn't work. For `jdk1.6.65`: ``` [info] running coursier.cli.Coursier java --jvm jdk:1.6.65...

My motivation here was to have a history of operations so for deeply nested ADTs we can have descriptive errors. You can see my driver for that, and an example...

Very crude, mostly hardcoded draft which supports only 1 use case. It shows the basic idea and it shows that it doesn't seem easy. Would love to see something simpler....

core

I created branch `macros` to which I will be creating next PR's related to reimplementation of Predicates using macros. This PR is mostly for code sharing and discussion - it...

Now we only publish version built with 2.11

Also, remove accidentally checked in file in .bsp directory

Just a proposal, need some additioncal docs, tests and rethinking if that way of fixing is optimal.

When `replacingEntityReferences` is enabled it may be observed that a few `Text` in row appears. In theory `javax.xml.stream.isCoalescing` should control this behavior but unfortunately while setting it to `true` solves...