-
This issue was copied over from: [https://github.com/disneystreaming/weaver-test/issues/332](https://github.com/disneystreaming/weaver-test/issues/332)
It was opened by: [amumurst](https://github.com…
-
```
sbt:untitled223233> compile
[info] compiling 1 Scala source to D:\Repos\untitled223233\target\scala-3.3.4\classes ...
[success] Total time: 3 s, completed Nov 4, 2024, 12:36:46 p.m.
sbt:untitl…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
I had a feeling like we already reported this, but can't find anything.
The compiler fails while `izumi-reflect` introspects `Array[Byte]` with an obscure stacktrace:
```
java.lang.AssertionEr…
-
In a simulation, which by default uses Verilator, I have the following line:
```scala
val writer = new BufferedWriter(new FileWriter(Paths.get(currentTestPath, filename).toString))
```
This w…
-
As part of our ongoing work with Scala, conduct a spike regarding the state of the Scala ecosystem.
What should be on our radar as an agent team?
What should we consider adding support for?
Ar…
-
## Compiler version
Scala CLI version: 1.5.4
Scala version (default): 3.5.2
## Minimized code
```Scala
def boundary[T](body: (T => RuntimeException) => T): T =
case class Break(value: T)…
-
[STTP](https://github.com/softwaremill/sttp) Support Scala-Native via Curl. Requests-Scala should be able to support it via the same approach. We just need it to be wired into the Requests-Scala codeb…
-
## Steps to reproduce
1. Download and extract the example project: [plugin-repo.zip](https://github.com/user-attachments/files/17914217/plugin-repo.zip)
2. Run `sbt clean packageArtifact`.
3. Check…
-
Scala 3 supports explicit nulls:
https://dotty.epfl.ch/3.0.0/docs/reference/other-new-features/explicit-nulls.html
We should move from our Java enums to Scala enums in the `Scala3Generator`, start…