docs.scala-lang icon indicating copy to clipboard operation
docs.scala-lang copied to clipboard

The Scala Documentation website

Results 204 docs.scala-lang issues
Sort by recently updated
recently updated
newest added

Several Scala 3 compiler flags seem to be undocumented. For example, the only documentation I could find for `-Wvalue-discard` is on [this](https://docs.scala-lang.org/overviews/compiler-options/) page, which incorrectly starts with > This doc...

help wanted
good first issue
scala-3

The "other types" [page](https://docs.scala-lang.org/scala3/book/types-others.html) of the Scala 3 book lists a variety of "other advanced types" and links to the [reference documentation](https://docs.scala-lang.org/scala3/reference/index.html) "for more details on these types." For most...

https://docs.scala-lang.org/tutorials/FAQ/index.html#i-want-scala-3-why-does-versionnumberstring-say-im-on-213 TIL on Scala.js that it doesn't work because it tries to read a resource and Scala.js doesn't do that so I guess the entry will have to suggest sbt-buildinfo...

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...

help wanted

I have Apple Silicon and installed Scala fine for the first time via Homebrew. See also https://github.com/scala/scala-lang/pull/1537

For example: """ Scala allows the omission of parentheses on methods of arity-0 (no arguments): ```scala reply() // is the same as reply ``` """ This is not allowed, at...

help wanted

3 changes: 1. note that installing via coursier may be needed. 2. correct link to "your first Scala program" 3. Include the current options for search engines and lazy developers...

Now with Scala 3.3.0 LTS out we need to update the migration guide to set the base recommendation to 3.3.0. ### Tasks - [ ] refutable patterns in a for...

help wanted
good first issue