Julien Richard-Foy
Julien Richard-Foy
Hi, I faced another problem with Scala code generation of records: the current implementation registers that a record type should be mapped to a case class only if the program...
After having signed up using OpenID I’m unable to login on GoMap. I have no user name.
While investigating which packages of the Scala ecosystem depend on artifacts published to the sbt community repository (see [this discussion](https://contributors.scala-lang.org/t/roadmap-for-the-sbt-community-repository/6195)), I’ve noticed that this project depends on old versions of...
Relates to #1178
The issue might be the same as #104. I noticed that transforming coordinates between projections does not give very precise results. For instance, consider the following projection: ~~~ text +proj=lcc...
Currently, `mimaFindBinaryIssues` does not apply the problem filters. This means that the output of `mimaFindBinaryIssues` may be inconsistent with what is reported by `mimaReportBinaryIssues` (ie, the former may be non-empty...
An implicit parameter whose type is a path-dependent type of another parameter that has a default value is not resolved when the default value is used: ~~~ scala trait F[A]...
We would like the [Scala Book](https://docs.scala-lang.org/scala3/book/introduction.html) to be a complete documentation of the language. The guide [Futures and Promises](https://docs.scala-lang.org/overviews/core/futures.html) should be merged into the Scala Book. I think it should...
We would like the [Scala Book](https://docs.scala-lang.org/scala3/book/introduction.html) to be a complete documentation of the language. The guide [Value Classes and Universal Traits](https://docs.scala-lang.org/overviews/core/value-classes.html) should be merged into the Scala Book. This page...
We would like the [Scala Book](https://docs.scala-lang.org/scala3/book/introduction.html) to be a complete documentation of the language. The content [REPL](https://docs.scala-lang.org/overviews/repl/overview.html) should be merged into the Scala Book, which also contains a [REPL](https://docs.scala-lang.org/scala3/book/taste-repl.html) page.