-
I start from the following project tree:
```
tree try3
try3
├── build.sbt
├── project
│ ├── build.properties
│ └── plugins.sbt
└── src
├── main
│ └── scala
│ ├── …
-
When running weekly Scala 3 Open Community Build we've found out that this project started to fail - [build logs](https://github.com/VirtusLab/community-build3/actions/runs/10967412207/job/30457645615…
-
Hi there, is there any reason `scala3-decompiler` is a special app in cursier, while in dotty it has listed under standard: https://github.com/lampepfl/dotty/blob/master/bin/scalac ?
Also, havi…
-
It looks like macro annotations can now modify their companion objects in Scala 3.5.0: https://github.com/scala/scala3/pull/19677
-
Is there any plan @lihaoyi to extend/fork scalaparse to also handle scala3? The scala3 grammar seems pretty stable now
and it would be nice to have a fast way to check for syntax.
BTW I just finis…
-
I think braces became optional in scala3 but the auto indent seems to not be working properly.
![image](https://github.com/scalameta/metals-zed/assets/6582802/6526446e-7569-44dc-b01c-6cae733bfceb)…
-
3.5.1
```scala
scala> class A { class B }
scala> def f(using a: A): a.type = { println("f"); a }
scala> given a: A = new A
scala> new f.B
val res0: a.B = A$B@3921135e
```
Via https://disco…
lrytz updated
1 month ago
-
From discussions in PR https://github.com/scala/scala3/pull/21875
## Compiler version
Latest NIGHTLY
## Minimized code
```scala
import language.experimental.captureChecking
import caps.…
-
## steps
Repo showing steps / code: https://github.com/lespea/sbt-1.10-issue
### (steps supplementary provided by @eed3si9n)
1. make a Java-only library, and thus set `autoScalaLibrary := fal…
-
Scala3 では `private[this]`, `protected[this]` は廃止予定なので、注釈を記載した方がよさそう。
https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html