Closed lrytz closed 6 years ago
There's a very unfortunate asymmetry between mkString
and addString
due to the way https://github.com/scala/bug/issues/8680 was resolved. It would be nice to come up with a better solution but OTOH we already have more than enough breaking changes.
In 2.12, stream.addString adds
?
and detects cycles, similar to whattoString
does in the new collections.Once this is fixed, re-enable tests commented out with
TODO-newColl
intest/files/run/t8680.scala
.