-
```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…
-
From zio-test 1.0.4 simple test ([source](https://github.com/ScalaConsultants/zio-dotty-quickstart.g8/blob/master/src/main/g8/src/test/scala/%24package%24/MainSpec.scala)):
```scala
test("expect cal…
-
I would really like to use the dotty plugin; it looks like it isn't currently published to a plugin repository for intellij. Is the recommendation to build it from source oneself currently? What advan…
-
Trying to compile
```scala
//> using scala "3.1.1"
//> using lib "org.parboiled::parboiled:2.4.0"
import org.parboiled2.Parser
trait TestParser { this: Parser =>
val fun = (x: Int) => x
…
-
I imagine this is easier said than done but, well, now there's an issue for it.
Thanks!
-
Depends on: https://github.com/scalacenter/scastie/issues/154
We would like to take some of the code examples from the documentation pages and put them into embedded views on the landing page.
S…
-
See https://github.com/lampepfl/dotty/actions/runs/8027770056
-
The notion diagrams are great, but not so good for blind and disabled users and also bots.
For SEO and AI and other users with disabilities we should transcribe our digrams and notions into textual fo…
-
This is an issue for discussing and tracking necessary step to prepare for a Dotty/Scala3 cross-build.
Inspired by the awesome "Scala Love" conference, I attempted to cross-build `util-core` with D…
-
Some things that would be nice to document (I'm sure there's more):
- [ ] How to use the scripts in ./bin/ properly (as far as I can tell, currently you need to do `sbt dist-bootstrapped/pack` first)…