-
In the [wiki](https://github.com/utwente-fmt/vercors/wiki/PVL-Syntax-Reference), the type `resource` is described as a "Boolean-like type" in the specification language, noting that...
> In PVL, th…
-
Scala 3 is currently in its final release candidate, and a release is expected within about a month. While the existing syntax mode does work just fine for the subset of Scala 3 which overlaps with Sc…
-
Hi,
`Either.catchOnly` does not seem usable with `-Yexplicit-nulls` enabled on Scala 3.5.2:
```
[error] -- [E057] Type Mismatch Error: /.../CaseAppParsers.scala:18:17
[error] 18 | .catchOn…
-
### Description of the bug:
This is just to track blockers, currently, we are blocked by this
- https://github.com/bazelbuild/rules_scala/issues/1652
-
## What went wrong?
Clear, concise explanation and the expected behavior.
## How to reproduce?
Different steps about how to reproduce the problem.
### 1. Code that triggered the bug, or step…
cugni updated
2 weeks ago
-
We're building spark application on AWS EMR service, and seeing error when running the application:
```
Exception in thread "main" scala.ScalaReflectionException: object org.apache.spark.sql.KotlinR…
-
## 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)…
-
It would be amazing if incremental compilation was aware of macro dependencies—changes in code generated by a Scala 3 macro. The problem is described here: [https://github.com/gzoller/scala-reflectio…
-
Would be great to be able to have plugins work directly with Scala. Of course since it runs on the JVM, it's possible to use the existing Java interface, but it would be nice to have a Scala-native AP…
-
I am following the tutorial on the README.md to set up gemmini and I encounter this error when running the `./scripts/build-verilator.sh` script:
```
(/home/vm-user/chipyard/.conda-env) vm-user@cp…