-
Happens only after upgrade:
```
java.lang.NoClassDefFoundError: Could not initialize class java.lang.StackTraceElement$HashedModules
```
Running on Azure JDK.
-
-
zio json can't generate encoder for nested case class:
```
case class A(v: Int)
case class B(v: A)
object B {
implicit val encoder: JsonEncoder[B] =
…
-
```
[E] Unexpected error when compiling xxx-test: dotty.tools.dotc.core.TypeError$$anon$1: Toplevel definition split is defined in
[E] ~/.cache/coursier/v1/https/repo1.maven.org/maven2/com/github/…
-
Add support for Scala 3.
The main issue to solve here is refactoring the macro derivation since Scala 3 macros are quite different from what is available in Scala 2. We can potentially leverage Mag…
-
Tapir version: 1.10.15
Scala version: 3.4.2
The generated example Tapir project won't compile with Scala 3's `-Yexplicit-nulls` compiler option due to how `SchemaMagnoliaDerivation#derived` inli…
-
Hey :wave:,
while migrating one of our services from scanamo M8 to M12 we noticed a very strange issue. The auto-derived instances differ: In M8 the encoded `AttributeValue` looks good, but in M12…
-
Hi 🙂
I couldn't find an answer, so I hope it's okay I'm asking here.
I'm migrating a project to Scala 3.1.2, and have this line in my `Dependencies.scala`:
```scala
lazy val pureConfig: Seq…
-
## Compiler version
compiler version: version 3.3.3
cross compiling for both 3.3.3 and 2.13.13
compiles for 2.13.13 using macro library not available in 3
trying to use magnolia and has worked…
-
Hi!
My set-up is unusual and inherently fragile, so this is perhaps not a high priority issue. But I thought I'd let you know, for what it's worth!
I have a [very simple mill plugin](https://git…