scala / bug

Scala 2 bug reports only. Please, no questions — proper bug reports only.
https://scala-lang.org
231 stars 21 forks source link

Missing companion/factory for concurrent.Map #12115

Open NthPortal opened 4 years ago

NthPortal commented 4 years ago

scala.collection.concurrent.Map does not have a companion; it should have one that is a MapFactory.Delegate to s.c.c.TrieMap.

NthPortal commented 4 years ago

it's an easy fix, but sadly not a forward binary compatible one

NthPortal commented 4 years ago

hell, I'll throw up a PR, we just can't merge it