-
**Describe the bug**
https://www.scala-lang.org/api/2.13.x/scala/Enumeration.html is not a popular feature in Scala but it exists. Scala 3 has a new enum class (as well as the scala.Enumeration). Enu…
-
Im not sure if its a bug, missing feature or error on my side but currently Enumeratum types seem to be skipped by the generator.
https://github.com/lloydmeta/enumeratum
-
After upgrading to Play 3.0.1 and Pekko I get the following error message at compile time if I exclude transitive dependencies with
```scala
excludeDependencies ++= Seq(
// As of Play 3.0, grou…
-
```
[error] * org.tpolecat:doobie-core_2.13:1.0.0-RC4 (early-semver) is selected over 1.0.0-RC2
[error] +- org.tpolecat:doobie-h2_2.13:1.0.0-RC4 (depends on 1.0.0-RC4)
[error] …
-
We've already discovered and fixed an incompatibility on JDK 21 (https://github.com/scala/bug/issues/12783) for 2.12.18 + 2.13.11. For additional validation of the fix, and to catch any other such pro…
-
Example:
```scala
import enumeratum.values.StringEnum
import enumeratum.values.StringEnumEntry
sealed trait FirstLevel extends StringEnumEntry
object FirstLevel extends StringEnum[FirstLevel…
-
Implement Magnitude then change this to a case class
applying [[io.truthencode.ddo.model.effect.Magnitude]]
https://github.com/adarro/ddo-calc/blob/853a6e7c2f9e347f3eb7c75ae084e2585d233672/subprojec…
-
In Scala 3, `ValueEnum` entries can't have type parameters. More specifically, if an instance of a ValueEnum entry extends a type with type parameters, `findValues` will emit an error similar to the f…
-
Tapir version: 1.2.0
Scala version: 2.13.10
**Describe the bug**
Starting with tapir version 1.2.0 when the `DecodeResult.InvalidValue` started to be returned on enumeratum enum decoding fail…
-
Hi!
I'm getting the following error
```
scala.ScalaReflectionException: class my.domain.models.AThing] in JavaMirror with URLClassLoader with NativeCopyLoader with RawResources(
... ...
not foun…