-
### Current Behavior
Compilation of projects fails, but only in Gradle. It works when using scala-cli or when invoking scalac directly.
The issue seems to be related to JDK 9+ modules.
Crash…
-
## Compiler version
3.3.4, 3.5.2, 3.6.2-RC1-bin-20241104-8ab7ebe-NIGHTLY and older
## Minimized code
Foo.scala:
```scala
class Foo
object Opaques:
opaque type Bar[T]
1
ca…
-
**Describe the issue**
My Scala project based on ZIO and Temporal uses multiple libraries that depend on Netty, GRPC and many more (dep tree at the end of the issue).
I'm trying to generate the …
-
## Compiler version
Affected: 3.5.0 and newer (tested on Scastie up to 3.6.1)
Latest working version: 3.4.3
## Minimized code
```Scala
case class MyNum(i: Int)
val l = List((MyNum(1)…
-
### Describe the bug
Whenever I use `quarkus dev` or `quarkus test` on Mac, after generating some request/run tests if I press "q" to exit or "ctrl+c", I get:
```
❯ quarkus dev
[INFO] Scannin…
-
## Configuration (required) ##
```
version = "3.8.4-RC2"
runner.dialect = scala3
danglingParentheses.callSite = false
```
## Command-line parameters (required) ##
When I run scalafmt via …
-
It would nice to the documentation hover can have clickable links.
**Describe the solution you'd like**
Documentation popups to be able to have clickable links
**Describe alternatives you've co…
-
Hi,
IntelliJ organises the imports this way:
```scala
import zio.test.*
import zio.test.Assertion.*
```
while `OrganizeImports` organises them this way:
```scala
import zio.test.Assert…
-
Seen with Scala 3.3.4 and 3.5.1. HTTP requests to http://localhost:12345/api-docs/swagger.json hang.
Reported initially by @luksow - https://github.com/theiterators/kebs/issues/282#issuecomment-241…
-
I want to compile my lagom project in scala3.
Follow this [documentation](https://docs.scala-lang.org/scala3/guides/migration/tutorial-sbt.html), when Prepare the dependencies, I change my build.sb…