-
Hi,
Yesterday we had a discussion with Miles Sabin and he given us advice to open a ticket here.
We have a project, [distage](https://izumi.7mind.io/latest/release/doc/distage/index.html). It's …
-
## Steps
See https://dotty.epfl.ch/docs/internals/best-effort-compilation.html
> One of the goals of this feature is to keep the maintainance cost low, and to not let this feature hinder the pac…
-
Hey folks, sorry for bothering you with an issue, I just have a few questions:
1) I saw some activity on porting some feature flags to the built-in version, like the infix option. Is that on the road…
-
The original code changes the Laika templates to add the katex renderer (see `default.template.html`) The problem is that Laika updates may make changes to the templates, so we have to change these to…
-
I have noticed that reflection hasn't been something the Dotty team has been very excited about so far. Please reconsider, and add reflection to Dotty/Scala3.
A number of projects rely deeply on t…
-
Scaladoc is usable as a static website generator, e.g. see https://dotty.epfl.ch, however it always builds from scratch.
To make it practical to build a large website, e.g. https://docs.scala-lang.…
-
Hi, after installing the latest release, 0.13.0, with Scala 3 support, I tried to have an extension method in a notebook and it didn't work:
```
extension (foo: Int)
def bar: Double = 0.0
```
…
-
## Minimized code
```scala
trait X {
trait S
}
class Xa(val internal: X) {
type S = internal.S
def s: S = new S{}
implicit class XS(s: S) {
def printX: Unit = println(s)
…
-
I have a project that was running fine under 3.2.1 with coverage. I upgraded to scala 3.3.0 and also sbt-tpolecat and scoverage to the latest versions. Now when I run coverage on tests and integratio…
-
Hi CHee Seng,
Please take a look at:
https://github.com/dotty-staging/scalatest/commits/dotty
For obvious improvements, please cherry pick those commits and make a PR against 3.1.x, making su…