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 instructions don’t work with the last version of sbt-pgp.

help wanted

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.

help wanted

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

help wanted

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.

help wanted

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

help wanted
good first issue

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

Ideas
help wanted
good first issue

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