The Wayback Machine - https://web.archive.org/web/20220415030923/https://github.com/topics/dotty
Skip to content
#

dotty

Here are 100 public repositories matching this topic...

14sxlin
14sxlin commented Jan 5, 2022

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

import scala.compiletime.*
import scala.deriving.Mirror

obj
itype:bug area:backend itype:crash good first issue
rssh
rssh commented Jul 28, 2021

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?

documentation enhancement help wanted good first issue
laughedelic
laughedelic commented Apr 28, 2018

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

Improve this page

Add a description, image, and links to the dotty topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dotty topic, visit your repo's landing page and select "manage topics."

Learn more