-
[Migration Guide](https://scalacenter.github.io/scala-3-migration-guide/)
-
Similar to https://github.com/cquiroz/sbt-tzdb/issues/154. Using the plugin in a Scala 3 project with the following scalacOptions:
```
scalacOptions ++= Seq(
"-indent", …
-
## Compiler version
`3.4.2`
## Minimized code
```scala
Import(Ident(???), List(GivenSelector()))
```
The `apply` function on `GivenSelector` or `SimpleSelector` or `RenameSelector` or `O…
-
## Compiler version
Scala version 3.3.3 and 3.5.1
## Minimized code
The code below runs in Java. But in Scala, it throws an IllegalAccessError exception.
```scala
package experiment
imp…
-
# Description:
When using the zio-lambda library with a project Scala version of 3.3.3, there is an issue where lazy val reflection cannot be resolved, rendering the execution impossible. This proble…
-
The discussion originally from https://github.com/lampepfl/dotty/pull/13288
## Background
In Scala3, we can write anonymous using params `using ` , and the compiler synthesizes the variable name l…
-
Based on Open CB failure in `playframework/playframework` - [builds logs](https://github.com/VirtusLab/community-build3/actions/runs/10857261122/job/30133902315)
Extracted from similar issue: https:/…
-
**Describe the bug**
When I want to use joern to parse a C# code, the following error occurs:
```
(my_venv)@-Pro % joern-parse /xxxxxxx/src/CommandLine/Infrastructure/
P…
-
I suggest dropping this near "if as an expression" in Control structures
+ if construct becomes (will be inferred) as expression only if all ways of logic will finish with some value. If without e…
-
## Compiler version
3.0.0, on Java 11+
## Minimized code
```Scala
def foo: java.lang.WeakPairMap$Pair$Weak$1 = ???
```
## Output
```scala
[info] running (fork) dotty.tools.dotc.Main …