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

The current Partial application in the [multiple parameter lists section](https://github.com/scala/docs.scala-lang/blob/main/_tour/multiple-parameter-lists.md) is as follows. ```scala val numbers = List(1, 2, 3, 4, 5, 6, 7, 8, 9, 10) val numberFunc =...

e.g. see https://stackoverflow.com/questions/69241319/are-scala3-enum-parameters-public-val-fields-by-default-they-appear-to-be-pr/69362032#69362032

instead, the value from `_config.yml` should be used. in most cases, anyway? (related: #2182) ``` _overviews/scala3-book/taste-repl.md _overviews/scala3-book/tools-sbt.md _overviews/scala3-macros/tutorial/index.md _overviews/scala3-migration/compatibility-classpath.md _overviews/scala3-migration/options-lookup.md _overviews/scala3-migration/tooling-tour.md _overviews/scala3-migration/tutorial-macro-cross-building.md _overviews/scala3-migration/tutorial-macro-mixing.md _overviews/scala3-migration/tutorial-sbt.md _overviews/scala3-scaladoc/settings.md ```

help wanted

Hi, just started learning Scala3, love the book, but couldn't find Search function - is there a way to search through the book?

I'm new to scala, but have a deep background in Java. I've been going through the "tour of scala" to learn the language. Overall this guide is super helpful and...

help wanted

Hello, I am translating into [Persian](https://github.com/Goudarz/docs.scala-lang/tree/fa-translation). The `lang` is not exist in HTML to fix it.

This is the start of some notes on how to automatically create PDF, ePub, and MOBI versions of Scala Book. I have already generated first versions of these documents with...

The[ Getting Started with Scala 3 page](https://www.scala-lang.org/download/scala3.html) does not say how to run a Scala 3 program after installing with coursier. Step 3 "Use Scala" only shows how to load...

When reading on reasonably large screens, particularly 4K monitors, the main area for content is really small, and there's huge amount of wasted empty space. This selector changes a single...

https://github.com/scala/docs.scala-lang/blob/main/_overviews/scala3-book/taste-collections.md I just intuitively tried if tuple `apply` works with static indices, and it does, which is very cool. I don't know if that should be the preferred way to...