richard-shurtz

Results 3 issues of richard-shurtz

``` trait ObjectMixIn { class Klass() } object ConcreteObject extends ObjectMixIn class App { lazy val klass: ConcreteObject.Klass = wire[ConcreteObject.Klass] } ``` Fails compilation with ``` Error:(10, 46) type mismatch;...

SqlQuery.execute() indicates `@return whether the query succeeded in its execution` And StatementPrepared.execute() indicates `return if the query succeeded or not` But the underlying jdbc documentation indicates `true if the first...

## Reproduction steps [Scastie](https://scastie.scala-lang.org/qzpy5VAcTGqGwDpj1GVFYw) Scala version: 2.13.14 scalac option `-Ydelambdafy:method` (which is the default setting, bug doesn't happen with `-Ydelambdafy:inline`) ```scala case class StringValue(value: String) extends AnyVal trait Foo[A] {...

has PR
fixed in Scala 3