Krzysztof Romanowski

Results 46 issues of Krzysztof Romanowski

Enrich existing filter dsl to accept one function style dsl e.g.: ``` scala fromQuery(myQuery){ case (a, b) => "ala" from a.ala and "ola" from o.ola } ```

We need better dsl for filter joins

Filter should be named. We need to create DSL for naming filter (it is required for errors messages for nested filters).

Example that represent the problem: `fieldSymbols` function from [here](https://github.com/scala/scala/blob/2.13.x/src/compiler/scala/tools/nsc/backend/jvm/BCodeHelpers.scala#L312) is producing List that is consumed [here](https://github.com/scala/scala/blob/2.13.x/src/compiler/scala/tools/nsc/backend/jvm/BCodeSkelBuilder.scala#L230) by only calling for each. This particular example most likely will not produce significant...

By changing implementation of Block/Result classes/objects