-
None of the documentation seems to be written with Scala3 in mind. This is very annoying, as that's the version I want to use as a beginner. If there is docs meant for Scala3 please lmk.
-
`com.softwaremill.magnolia1_3` is available. Try to see if we can cross-build for scala 3
-
Upgrade codebase to scala3.
LogoRRR should be on the bleeding edge regarding Scala, since why not. There are two main problems to solve here for me:
- [x] Scala3 Support for maven itself (david…
-
### Describe the bug
Minimal Steps to reproduce:
```bash
mkdir re
cd re
echo 'println("hi")' > demo.sc
scala setup-ide .
code .
```
and open `demo.sc` in vscode. goto definition and docum…
-
In Scala3 we have a type inference system, that makes the mui facades more ergonomic.
Its looks like this
```scala
type Elem[X] = X match
case String => Char
case Array[t] => t
case Iterab…
elgca updated
3 weeks ago
-
## Compiler version
https://github.com/scala/scala3/commit/bed0e86180b8e1d83547e99a8ac28efe13cca6c6
## Minimized code
```scala
class AnyVal
class Foo extends AnyVal
```
## Output
Dur…
-
Asking because I don't see project status in the README.
We have been using quill in production for the past 8 years and we are trying to migrate to scala3. Hence our interest in protoquill.
-
## steps
I noticed this when migrating scala-js/scala-js to sbt 2.x in https://github.com/scala-js/scala-js/compare/main...adpi2:scala-js:sbt-2.x.
## problem
sbt depends on a fixed version of…
adpi2 updated
1 month ago
-
Version 0.7.1 of the scala3-migrate-plugin requires version 4.7.8 of semanticdb-scalac, which doesn't exist for Scala 2.13.14+. Error message: `(update) sbt.librarymanagement.ResolveException: Error d…
-
scalafix fails to parse nightly version of Scala3 which differs from nightly version of Scala 3
Example of version `3.6.0-RC1-bin-20241008-3408ed7-NIGHTLY`
Issue found by Scala 3 Open Community B…