We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See for instance https://www.scala-lang.org/api/2.13.0-M4/scala/collection/IterableOnceOps.html or https://www.scala-lang.org/api/2.13.0-M4/scala/collection/immutable/List.html. It's full of $coll and $willNotTerminateInf etc. It looks like it's primarily the new collections that are affected, because e.g. the Option scaladoc looks ok. Related issue: #9785
$coll
$willNotTerminateInf
Option
The text was updated successfully, but these errors were encountered:
Related: scala/collection-strawman#510
Sorry, something went wrong.
@chrisphelps if you comment here after accepting my invite to https://github.com/orgs/scala/teams/contributors, I'll credit you with the ticket
@SethTisue joined. Thanks!
chrisphelps
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
See for instance https://www.scala-lang.org/api/2.13.0-M4/scala/collection/IterableOnceOps.html or https://www.scala-lang.org/api/2.13.0-M4/scala/collection/immutable/List.html. It's full of
$coll
and$willNotTerminateInf
etc. It looks like it's primarily the new collections that are affected, because e.g. theOption
scaladoc looks ok.Related issue: #9785
The text was updated successfully, but these errors were encountered: