docs.scala-lang
docs.scala-lang copied to clipboard
The Scala Documentation website
https://docs.scala-lang.org/overviews/collections/maps.html is one of the most popular pages visited from google, however it covers content for the 2.12 collections, with a notice to click on the updated version (`/overviews/collections-2.13`). Should...
``` i match case 0 => println("1") case 1 => println("2") case what => println(s"You gave me: $what" ) ``` While things like this just work, far better from the...
https://docs.scala-lang.org/books.html should link to https://docs.scala-lang.org/overviews/scala-book/introduction.html and https://docs.scala-lang.org/scala3/book/introduction.html
I like to link that section specifically:  That is currently not possible. I can only link the [whole page](https://docs.scala-lang.org/scala3/book/scala-features.html), and the recipient has to scroll down to that section....
Regarding one sentence in [Scala 3 features](https://github.com/scala/docs.scala-lang/blob/main/_overviews/scala3-book/scala-features.md#a-high-level-language): > As the functional programming saying goes, in Scala you write what you want, not how to achieve it. As far as I...
it would cover topics such as: * how to call Java libraries from Scala * how to write Scala code that is easily callable from Java * `JavaConverters` * hey,...
Right now https://github.com/scala/docs.scala-lang/blob/6ef51ab1677fa1f7c311d06db164911d08bedc5c/_overviews/core/futures.md?plain=1#L628 starts the same for both `recover` and `recoverWith`: > The `recover` combinator creates a new future which holds the same result as the original future if it...
in the Travis logs you see stuff like: ``` [tut] compiling: ./vendor/bundle/ruby/2.0.0/gems/jekyll-seo-tag-2.1.0/README.md [tut] compiling: ./vendor/bundle/ruby/2.0.0/gems/jekyll-sitemap-0.12.0/LICENSE.md [tut] compiling: ./vendor/bundle/ruby/2.0.0/gems/jekyll-sitemap-0.12.0/README.md [tut] compiling: ./vendor/bundle/ruby/2.0.0/gems/jekyll-sitemap-0.12.0/spec/fixtures/_my_collection/custom_permalink.md [tut] compiling: ./vendor/bundle/ruby/2.0.0/gems/jekyll-sitemap-0.12.0/spec/fixtures/_my_collection/custom_permalink_2.md [tut] compiling: ./vendor/bundle/ruby/2.0.0/gems/jekyll-sitemap-0.12.0/spec/fixtures/_my_collection/this-has-non-standard-chars.md [tut] compiling: ./vendor/bundle/ruby/2.0.0/gems/jekyll-sitemap-0.12.0/spec/fixtures/_posts/2013-12-12-dec-the-second.md...
this came up at https://github.com/scala/scala.github.com/pull/675 perhaps there is text in #591 (the issue proposing using tut) and #593 (the PR that added support) that could be used
http://docs.scala-lang.org/sips/index.html @jvican the draft Scala 2.12.2 release notes contain a prominent link to this page, so this would be an opportune moment to swap out the SLIP stuff and add...