Ruslan Shevchenko
Ruslan Shevchenko
Reproduction without cps: Two files: ``` package x import scala.quoted.* transparent inline def xtransform[T](inline expr:T) = ${ X.transform('expr) } object X { def transform[T:Type](x: Expr[T])(using Quotes):Expr[T] = { import quotes.reflect.*...
Let's think why -- if we add to the original file ``` given printCode: cps.macros.flags.PrintCode.type = cps.macros.flags.PrintCode; ``` we will see: ``` before transformed: { val a: scala.Seq[Generic[_ >: scala.Nothing...
first nontrivial example is in scala-gopher:https://github.com/rssh/scala-gopher/blob/master/shared/src/test/scala/gopher/monads/Queens.scala
btw, https://github.com/rssh/shim--scala-async--dotty-cps-async now can be a workaround. (At least, all current test-cases are passed).
Btw, can I ask - why dotty-cps-async or shim--scala-async--dotty-cps-async (which is out of the box substitution) does not work for you? [not sure that this is the right place for...
I submitted pull request #12 with this
What left: - There is a new very powerful BITFIELD command. Check the documentation here: http://redis.io/commands/BITFIELD - GEORADIUS got a STORE / STOREDIST option to store the result into a...
Thanks ;) Yes, my client plans to use 'scredis' in production, so I'm interested in maintainership.
[scase7.tar.gz](https://github.com/tpolecat/skunk/files/7357110/scase7.tar.gz) full sbt project if needed.
thanks, [oops, find #434 ]. And looks like this requires extra brackets, otherwise pmap will be searched in Query ``` .query((varchar *: varchar *: varchar *: varchar *: varchar *:...