-
I have this code:
```scala
final case class Example[State
-
Assume a JPMS build which depends on Scala 3.
```
dependencies {
…
implementation 'org.scala-lang:scala3-library_3:3.2.1'
}
```
Such a build needs to patch the org.scala.lang.scala3…
-
## Environment
- Linux (Ubuntu): x86_64
## Steps
Run this command:
```bash
sbt --client new scala/scala3.g8
```
## Problem
SBT fails to create a project and crashes with the followin…
-
The following cross-compilation targets should be supported:
JVM: Scala 2.11, 2.12, 2.13, 3.3.x
JS: Scala 2.13, 3.3.x (via latest Scala.js)
The dependencies should be consistent across …
-
Hi All,
right now scala3 does not support to exclude any files and/or packages when instrumenting the code.
The scala2 implementation supports this.
To make migrating to scala3 painless/possi…
-
1. open Scala Plugin project
2. go to `runtimeDependencies` project definition
3. in `packageLibraryMappings` add
```scala
Dependencies.scala3SbtBridge_300 -> Some("lib/jps/scala3-sbt-br…
-
* we have a real mixed bag of connectors in this project
* some are easy to make work with Scala3
* others have dependencies that don't support Scala3 or where the dependency version we use is old a…
-
We would like to implement a custom storage provider for Keycloak with scala3. But we have a `ArrayIndexOutOfBoundsException` on startup. Because `getGenericInterfaces` and `getInterfaces` are not the…
-
Currently our pekko-http module only supports scala 2.13. The verifier fails when run against scala 3 with a return type error:
```
* What went wrong:
Execution failed for task ':instrumentation:…
-
**1** Scala3Js is showing errors even though Scala3Jvm is building.
**2** Scala3Jvm type inference on empty Arr case was failing although it was succeeding on ScalaJvm2.
**3** Scala3Jvm is faili…
Rich2 updated
3 years ago