dotty
Here are 100 public repositories matching this topic...
-
Updated
Apr 15, 2022 - Scala
-
Updated
May 28, 2018 - Scala
-
Updated
Apr 11, 2022 - Scala
-
Updated
Jul 10, 2021 - Scala
-
Updated
Nov 21, 2021 - Shell
The quick sort implemented in the folder Scala-Way is using a mutable array. Can/Should this be done in an immutable way?
-
Updated
Apr 7, 2022 - Scala
Track documentation from the point of novice and rewrite parts, which are hard to follow.
// And not forget about experienced developers' paths, who will not want to read 'Monad-101' intro for documentation on each library. Maybe write in addition a separate introduction to the library?
-
Updated
Jun 1, 2021 - Scala
Sometimes it's useful not to turn off automatic server launching (automatic server selection off and default server none), but then there is not way to launch a server in the current project.
It could be either 3 separate commands, one for each server, or one command and a dialog to choose one. It could also suggest the server depending on the project setup (as if automatic server selection
-
Updated
Oct 13, 2020 - Java
Add Keras API
Add RaggedTensor
-
Updated
Apr 20, 2021 - Scala
-
Updated
Mar 29, 2022 - Scala
-
Updated
May 29, 2021 - Scala
-
Updated
Aug 14, 2021 - Scala
-
Updated
May 30, 2021 - Scala
Improve this page
Add a description, image, and links to the dotty topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dotty topic, visit your repo's landing page and select "manage topics."


When I use Mirror of scala 3 to generate a typeclass list, the exception occurs. I know it's the hard limit of jvm of method size, but how can I circumvent this issue.
ps: When delete some fields of Data class it works, but any other solution?
Compiler version
sbt: 1.6.0
scala: 3.1.0
Minimized example