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
[warn] /home/travis/build/scala/scala-parallel-collections/core/src/main/scala/scala/collection/parallel/mutable/ParTrieMap.scala:78: method readRoot in class TrieMap is deprecated (since 2.12.0): this method will be made private
[warn] val in = ctrie.readRoot()
[warn] ^
[warn] /home/travis/build/scala/scala-parallel-collections/core/src/main/scala/scala/collection/parallel/package.scala:84: trait ThrowableOps in package parallel is deprecated (since 2.11.0): this trait will be removed
[warn] implicit def throwable2ops(self: Throwable) = new ThrowableOps {
[warn] ^
[warn] /home/travis/build/scala/scala-parallel-collections/core/src/main/scala/scala/collection/parallel/package.scala:86: class CompositeThrowable in package parallel is deprecated (since 2.11.0): this class will be removed.
[warn] case (self: CompositeThrowable, that: CompositeThrowable) => new CompositeThrowable(self.throwables ++ that.throwables)
[warn] ^
[warn] /home/travis/build/scala/scala-parallel-collections/core/src/main/scala/scala/collection/parallel/package.scala:87: class CompositeThrowable in package parallel is deprecated (since 2.11.0): this class will be removed.
[warn] case (self: CompositeThrowable, _) => new CompositeThrowable(self.throwables + that)
[warn] ^
[warn] /home/travis/build/scala/scala-parallel-collections/core/src/main/scala/scala/collection/parallel/package.scala:88: class CompositeThrowable in package parallel is deprecated (since 2.11.0): this class will be removed.
[warn] case (_, that: CompositeThrowable) => new CompositeThrowable(that.throwables + self)
[warn] ^
[warn] /home/travis/build/scala/scala-parallel-collections/core/src/main/scala/scala/collection/parallel/package.scala:89: class CompositeThrowable in package parallel is deprecated (since 2.11.0): this class will be removed.
[warn] case _ => new CompositeThrowable(Set(self, that))
[warn] ^
[warn] 6 warnings found
The text was updated successfully, but these errors were encountered:
SethTisue
added a commit
to SethTisue/scala-parallel-collections
that referenced
this issue
Mar 20, 2017
The text was updated successfully, but these errors were encountered: