-
Is there any estimate on when we can expect Scalatest to work with Dotty? I assume the main limitation is dependence on macros?
Thank you!
-
The tests are getting too slow. I think there is another issue about de-activating most experiments in CI. We are also starting to move new examples outside this repository, so they test in their sepa…
-
This is more of a question for the group.
I made a library that derives common type classes that we use, one of the is cats.
https://github.com/spotify/magnolify/tree/master/cats/src/main/scala/ma…
-
Dotty-compatibility mode provides a way to use mouse now in Scala 3 projects, eg
`("org.typelevel" %% "mouse" % "0.25").withDottyCompat(dottyVersion)`
However, Scala 3 migration is also a good ti…
-
## Compiler version
3.4.3
## Minimized code
Not easily obtainable: a "clean" command to sbt averted the problem and now I can't reproduce.
## Output (click arrow to expand)
```
[info]
…
-
https://github.com/armanbilge/calico/actions/runs/3365416652/jobs/5580859544
https://github.com/armanbilge/calico/pull/100/commits/76cc9161a96dce948dfb14b6f50250fee596e8bf
```
==> X calico.frp.Si…
-
Regardless of the lameness of java serialization, there some frameworks and libraries that rely on it. (My current example is using FUUID in Apache Beam.)
It would be useful if FUUID declared itsel…
-
Sometimes the only way to know what the next state should be is if you let the system tell you. So it would be nice to be able to have the Result of Run in the NextState callback. Right now I am modif…
-
Evaluate Stryker4s and ScalaMu.
-
Shrinking can require lots of property evaluations when there are multiple values to consider (multiple arguments to a property, or compound values like tuples, or both), which can be quite slow. Sinc…