Kai

Results 136 issues of Kai

This will make it much more visible to anyone interested.

Example (ZIO 2 https://scastie.scala-lang.org/ChVyZQ3NRaerWkVMjUEr3w , ZIO 1 https://scastie.scala-lang.org/31nkVCbTRtWXAfRZJ97QMQ): ```scala import zio.{ZIO, Runtime} @main def main = { Runtime.default.unsafeRun { ZIO.collectAllPar(List( ZIO.unit.forever, ZIO.die(new RuntimeException("x")) )).onInterrupt(_ => ZIO.succeed(println("onInterrupt triggered falsely"))) .mapErrorCause{cause =>...

bug

As an example, the following code breaks: ```scala import shapeless._ case class Abc(x: Int) object Abc extends WithGeneric[Abc] abstract class WithGeneric[T: Generic] { val generic: Generic[T] = implicitly[Generic[T]] } ```...

Bug

There's a push in the ecosystem to get ready for 2.13 ahead of time. We would like to migrate our libraries to 2.13 as well, but in that case we...

## Compiler version 3.1.2 ## Minimized code ```Scala inline def lubOf[T

itype:enhancement
area:metaprogramming:reflection

## Compiler version 3.1.3 ## Minimized code example.scala: ```scala package izumi.reflect.dottyreflection @main def main = { object X { type Alias = String opaque type Opaque = String type Bound

itype:enhancement
area:metaprogramming:reflection

Same issue in sbt tracker: https://github.com/sbt/sbt/issues/5508 `sbt update` with coursier takes 35+ seconds on this project with 20+ modules - https://github.com/jtjeferreira/sbt-multi-module-sample Personally I'm experiencing `sbt update` taking *4-5 Minutes* on...

There are a couple reasons as to why I'm requesting this change: * google Guava ClassPath scanner breaks when project is built with coursier due to '%40' symbols that separate...

credentials