Kai

Results 136 issues of Kai

# Problem `sbt testOnly` doesn't work correctly with distage-testkit-scalatest – ALL tests run, instead of just the selected. # Workaround Instead of regular invocation ``` sbt> testOnly org.mypackage.MyTestClass ``` Add...

bug
help wanted
good first issue
distage-testkit

- [ ] release milestone without Functoid & constructor macros - [ ] release with Functoid - [ ] release with constructors - [ ] release with distage-config

distage (di)
distage-testkit
scala3

logstage (logs)
scala3

Reported on gitter https://gitter.im/7mind/izumi?at=60896bdbb38a713b2fb4a31c When there's missing dependency error for type `X` and there exist defined named bindings for the same type such as `X @Id("x")`, what could happen is...

help wanted
distage (di)
api
good first issue

From [Telegram [RU]](https://t.me/izumi_ru/4682), reproduction: ```scala import distage._ import cats.effect.IO import izumi.distage.framework.CoreCheckableAppSimple trait PonvScenario[F[_]] trait LogMessages[F[_]] extends PonvScenario[F] object App extends CoreCheckableAppSimple[IO] with App { def a[F[_]: TagK] = new ModuleDef...

Current blocker: * `sbt-doctest` generates test files inside the current artifact's test scope, but e.g. code examples in `distage-core-api` forward-reference classes that are only available in `distage-core` and onward —...

After https://github.com/7mind/izumi/issues/1138 `Lifecycle` encoding itself supports interruptibility, but since the entirety of `Injector#produce` happens in an uninterruptible region, this causes problems with ZIO's odd interruption inheritance ([gitter thread](https://gitter.im/7mind/izumi?at=6001fdd714cec811ec9edb62)) It seems...

bug
distage (di)
good first issue
zio

Related: https://github.com/7mind/izumi/issues/1359

api
high-prio
doc