-
Scala version: 3.4.2
Izumi reflect version: 2.3.8 (transitively from zio-mock)
Writing a ZIO Mock using the Scala Array type makes the compiler crash with:
Compiler output
```
java.lang…
-
I would really love to be able to access an object's names while destructuring. I was hoping that by using `names(value)` i could accomplish this due to the assignment method from dotty, but it isn't …
-
## steps
https://github.com/xuwei-k/sbt-2-missing-outer-accessor/commit/89dcb26504365e486ea68a7eedcea9bc3f312f62
`build.sbt`
```scala
sbtPlugin := true
scalaVersion := "3.3.4"
plugin…
-
## steps
`A.scala`
```scala
package x
class A
```
`build.sbt`
```scala
scalaVersion := "3.3.3"
```
`project/build.properties`
```scala
sbt.version=2.0.0-M2
```
run `sbt d…
-
Compiler error:
```
scala: ## Exception when compiling 2 sources to C:\repos\STLBW\XmlCodecExperiments\target\scala-3.5.1\classes
java.lang.AssertionError: assertion failed: failure to construct p…
-
## Compiler version
Reproduced on 3.4.3, 3.5.2, and the latest nightly 3.6.3-RC1-bin-20241119-cc4a324-NIGHTLY
## Minimized code
https://github.com/mrdziuban/scala3-suspend-exception
The RE…
-
**Version(s)**
Scala CLI version: 1.5.0
Scala version (default): 3.5.0
OS: fedora 40 (kinoite)
**Describe the bug**
scala-cli suddenly fails to run simple (or any) scripts.
**To Reproduce*…
-
## Compiler version
Scala compiler version 3.5.2 -- Copyright 2002-2024, LAMP/EPFL
Scala compiler version 3.6.0-RC1-bin-SNAPSHOT-git-18af52a -- Copyright 2002-2024, LAMP/EPFL
## Minimized code
…
-
[RabbitMQ v7.0.0](https://github.com/rabbitmq/rabbitmq-dotnet-client/releases/tag/v7.0.0) targets .NET Standard 2.0 and .NET8 only, and brings significant [breaking changes](https://github.com/rabbit…
-
## Compiler version
https://github.com/scala/scala3/commit/cc38962e04a842695647f7006384e18e59ec6c56
## Minimized code
```scala
type AliasToAnyVal = AnyVal
class Foo(a: Int) extends Alia…