Łukasz Sowa

Results 15 comments of Łukasz Sowa

https://github.com/luksow/play-scapegoat-bug fire up sbt inside `play-scapegoat-bug` directory, then try different combinations of commands `compile` `clean` `scapegoat`, you'll see plenty of false-positive warnings (complaining about generated code in target dir) and...

New findings, it's probably some "by-name" calls missing, because this doesn't work: ```scala using scala "3.2.1" import scala.deriving.* import scala.compiletime.{erasedValue, summonInline} trait Show[A]: def show(a: A): String given Show[Int] with...

Hi, there was no plan to support spray-json with Scala 3 as I thought it's not gonna be released but since it's there, I think it should be pretty straightforward...

@hseeberger oh, I see. Is there someone else with merge privileges?

@DieBauer since akka-http has a 10.5.0-M1 release for Scala 3 (e.g. https://repo1.maven.org/maven2/com/typesafe/akka/akka-http-core_3/10.5.0-M1/) what are the next steps planned here?