-
## steps
`build.sbt`
```scala
pomExtra := {
b
}
```
`project/build.properties`
```properties
sbt.version=2.0.0-M2
```
launch sbt
## problem
```
-- [E040] Syntax Er…
-
![image](https://user-images.githubusercontent.com/501740/163835372-3a1de7d7-6b8e-4e14-83aa-05a311055840.png)
Hope nightly version of Scala 3 is supported ,thanks
-
When using the . + tab gesture to look up methods on a Map[Int,Int] object from the Scala 3.3.3 shell, the action throws the error below and exits the Ammonite shell. Environment: Ubuntu 22.04 LTS wit…
-
```scala
scala> class ann(x: Int = 1, y: Int = 2) extends annotation.StaticAnnotation
class ann
scala> @ann(y = Nil.size) class K
^
warning: Usage of named or default arguments t…
-
Some features used by Spire are not present on Dotty.
We'll explore how to use extension methods and delegates to perform the same tasks.
We will then write a short report for the compiler team.
-
**Describe the issue**
When compiling [Dotty](https://github.com/lampepfl/dotty) using native-image then running the resulting executable, I get a runtime exception.
Tried with @mukel.
**Steps to…
-
This is the only officially supported API, so it's kind of ironic that we don't display its documentation at all :). I think this points to an issue with the way dottydoc works currently: it mixes API…
-
## Compiler version
3.3.1
## Minimized code
Small project for reproducing: https://github.com/jgogstad/spire-scalac-crash,
There is a chance that Spire is a culprit here, however, ther…
-
https://github.com/7mind/izumi/issues/1529
Incorrect behaviour is reproduced in `progression test: we may accidentally materialize tags for transient type vals (no longer possible in dotty)`
-
https://github.com/smarter/dotty-bridge is under active development and will stay at version `0.1-SNAPSHOT` for a while. Unfortunately, once sbt has compiled a compiler-bridge from its source module, …