-
e.g. https://www.scala-lang.org/api/current/scala/collection/immutable/List.html links to https://github.com/scala/scala/tree/v2.13.12src/library/scala/collection/immutable/List.scala#L79 which is wro…
-
See https://github.com/scala/community-build/pull/1677.
The Scala compiler is now constant-folding integer literals and our tests like `3.toInt` don't warn anymore because the expression is already…
-
at https://github.com/scala/toolkit/issues/31#issuecomment-1794225687 @philipschwarz noted:
> Maybe instead of just saying that the aggregate function
> is not relevant for sequential collections…
-
## Compiler version
3.2.2
## Minimized code
```Scala
object String:
opaque type String = java.lang.String
given Ordering[String] with
def compare(x: String, y: String): Int = x compar…
-
Passing `-d` flag makes scaladoc throw warning about `-d` set multiple times. Probably comes from default values passed from `sbt`
-
In the Open Community Build for typelevel/spotted-leopards I've seen a strange failures when building docs under 3.4.0-NIGHTLY. [Build logs](https://github.com/VirtusLab/community-build3/actions/runs/…
-
We should verify and check that the code has appropriate documentation for the first release. More details to follow.
-
Motivation:
As the `statefulMapConcat` not handing the `upstreamFinished` event, so when the stream is complete, the ongoing state ke
eped in the closure can be lost.
I suggest we annotate that …
-
## Compiler version
3.2.0.rc4 and sbt 1.7.1,
If you're not sure what version you're using, run `print scalaVersion` from sbt
(if you're running scalac manually, use `scalac -version` instead).
…
-
Scaladoc version 3.2.1 -- Copyright 2002-2022, LAMP/EPFL
Using the `-project-logo` command line flag results in the logo being included twice in the generated HTML, and it being displayed twice.
…