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

Remove scala actors migration guide : https://github.com/scala/docs.scala-lang/issues/2542

Missing production rule for **TypeParamClause** and **TypeArgs** in https://docs.scala-lang.org/scala3/reference/syntax.html TypeDcl ::= id [TypeParamClause] {FunParamClause} TypeBounds [‘=’ Type] ; SimpleType ::= SimpleLiteral | ‘?’ TypeBounds | id | Singleton ‘.’ id...

Akka has recently changed its licensing terms in https://github.com/akka/akka/pull/31561 and as a result https://docs.scala-lang.org/overviews/core/actors-migration-guide.html should not be encouraged since licensing is now an issue and the resulting code wont be...

e.g. https://docs.scala-lang.org/zh-cn/overviews/scala3-book/why-scala-3.html without the front matter, the pages all have the wrong url, and have no layout applied

I think it's a bit odd that the documentation specifies "[...] several custom filters and tags specific to Scala[...]" and then doesn't mention anything about that. From what I can...