docs.scala-lang
docs.scala-lang copied to clipboard
The Scala Documentation website
The instructions don’t work with the last version of sbt-pgp.
They were updated at some point in the 2.13 cycle, but they aren't exactly right for 2.13.0, for example we noticed that `TreeSeqMap` and `CollisionProofHashMap` were missing.
cc: @fthomas Recently [a blog post about Scala Steward](https://www.scala-lang.org/blog/2019/07/10/announcing-scala-steward.html) is posted on docs.scala-lang. It is awsome, but blog could be easily forgotten as time passes since it is ordered by...
http://docs.scala-lang.org/overviews/parallel-collections/overview.html We should probably move the parallel collections documentation away from docs.scala-lang.org, like we did with scala/scala-xml.
The [documentation on adding custom operations to collections](https://github.com/scala/docs.scala-lang/blob/master/_overviews/core/custom-collection-operations.md) does not go into any detail about how to add operations to collections of particular element types. As [per my stackoverflow question](https://stackoverflow.com/questions/56542335/adding-custom-collection-operations-in-scala-2-13-to-arbitrary-collections-of-sp),...
right now the README just says "run `docker-compose up`", but I found that on my MacOS 10.14 laptop, I needed to do the following: * `brew cask install VirtualBox docker`...
Scaladoc is supposed to be able to link to classes of the standard library, as per the documentation (see [https://docs.scala-lang.org/style/scaladoc.html](Scaladoc style guide), section "General Style", 4th bullet: > Create links...
This is a port of https://github.com/scala/collection-strawman/issues/155. The idea is to have something similar to https://superruzafa.github.io/visual-scala-reference/index.html#groupby for the Scala collections in Scala 2.13, but maybe built with something more modern like...
The table of contents is not visible on my phone, which makes it impossible to navigate the Scala Tour. I can reproduce this behavior on desktop by resizing the browser...
Seth suggested moving the fix in https://github.com/scala/scala-lang/pull/942 that modified Travis to check external links only on a scheduled basis, but still check internal links with all git activity. This repo...