-
Notifications
You must be signed in to change notification settings - Fork 87
Closed
Labels
good first issueGood for newcomersGood for newcomerslibraryRelated to compat library code (not rewrite rules)Related to compat library code (not rewrite rules)
Description
I'm porting Scala.rx to 2.13 (lihaoyi/scala.rx#138). It now compiles for 2.13, but not for 2.12 anymore (https://travis-ci.org/lihaoyi/scala.rx/builds/579881994?utm_source=github_status&utm_medium=notification):
[error] type mismatch;
[error] found : scala.collection.mutable.PriorityQueue.type
[error] required: scala.collection.generic.CanBuildFrom[Nothing,rx.Rx.Dynamic[_],scala.collection.mutable.PriorityQueue[rx.Rx.Dynamic[_]]]
[error] L44: args.iterator.flatMap(_.v.downStream).to(mutable.PriorityQueue),
Am I doing something wrong?
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerslibraryRelated to compat library code (not rewrite rules)Related to compat library code (not rewrite rules)