You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a bit concerned by how long this has gone unaddressed. it seems to be both high value/importance and low effort/cost, at least on the surface. of course, I say this while myself not doing anything about it. I don't know whether the module is officially maintained by Lightbend or the Scala Center, but it seems to me like it ought to be a priority for the maintaining team to allocate just a couple of hours for someone to work on this
Because the parallel collections no longer inherit from the regular collections, they don't inherit any documentation from them, which means that most methods (
map
,groupBy
, ...) have zero documentation in the generated scaladoc (e.g.: https://www.javadoc.io/static/org.scala-lang.modules/scala-parallel-collections_2.13/0.2.0/scala/collection/parallel/ParSeq.html#groupBy[K](f:T=%3EK):scala.collection.parallel.immutable.ParMap[K,Repr]).The text was updated successfully, but these errors were encountered: