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

Here and there I see "generic (type) parameters", so I feel like we have got "generic parameters", type parameters, which in turn also generics (which is perfectly possible, but probably...

The migration guide page was great, so I quickly translated it into Japanese. I was careful not to change the overall meaning of the translation. ### state of review -...

The example [here](https://docs.scala-lang.org/scala3/reference/metaprogramming/reflection.html#tree-utilities) is as follows: ``` def collectPatternVariables(tree: Tree)(using ctx: Context): List[Symbol] = val acc = new TreeAccumulator[List[Symbol]]: def foldTree(syms: List[Symbol], tree: Tree)(owner: Symbol): List[Symbol] = tree match case...

scala-3

This is regarding below example: "val twoAndThree = m.view.filterKeys(Set(2,3)).toMap" `filterKeys` is not a member of `scala.collection.IterableView`, so the example mentioned gives compile time error. Therefore, I updated the example to...

`SimpleType1` is used in several places but there is no definition of what it is: https://docs.scala-lang.org/scala3/reference/syntax.html

Progressive translation of Scala 3 Book to Chinese (Simplified). Formats: Place one space between Chinese characters and English words or numbers, but no additional spaces between punctuation in fullwidth form...