-
Notifications
You must be signed in to change notification settings - Fork 87
No implicit for Factory[Nothing, Seq[Nothing]] #137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
MasseGuillaume
added a commit
to MasseGuillaume/akka
that referenced
this issue
Aug 7, 2018
raboof
pushed a commit
to akka/akka
that referenced
this issue
Nov 23, 2018
raboof
pushed a commit
to akka/akka
that referenced
this issue
Nov 23, 2018
raboof
pushed a commit
to akka/akka
that referenced
this issue
Dec 5, 2018
raboof
pushed a commit
to akka/akka
that referenced
this issue
Dec 5, 2018
raboof
pushed a commit
to akka/akka
that referenced
this issue
Dec 6, 2018
raboof
pushed a commit
to akka/akka
that referenced
this issue
Dec 7, 2018
raboof
pushed a commit
to akka/akka
that referenced
this issue
Dec 7, 2018
raboof
pushed a commit
to akka/akka
that referenced
this issue
Dec 15, 2018
raboof
pushed a commit
to akka/akka
that referenced
this issue
Dec 18, 2018
raboof
pushed a commit
to akka/akka
that referenced
this issue
Jan 8, 2019
raboof
pushed a commit
to akka/akka
that referenced
this issue
Jan 9, 2019
raboof
added a commit
to akka/akka
that referenced
this issue
Jan 11, 2019
fix akka-actor-tests compile errors some tests still fail though Fix test failures in akka-actor-test Manually work arround missing implicit Factory[Nothing, Seq[Nothing]] see scala/scala-collection-compat#137 akka-remote scalafix changes Fix shutdownAll compile error test:akka-remote scalafix changes akka-multi-node-testkit scalafix Fix akka-remote-tests multi-jvm compile errors akka-stream-tests/test:scalafix Fix test:akka-stream-tests Crude implementation of ByteString.map scalafix akka-actor-typed, akka-actor-typed-tests akka-actor-typed-tests compile and succeed scalafix akka-camel scalafix akka-cluster akka-cluster compile & test scalafix akka-cluster-metrics Fix akka-cluster-metrics scalafix akka-cluster-tools akka-cluster-tools compile and test scalafix akka-distributed-data akka-distributed-data fixes scalafix akka-persistence scalafix akka-cluster-sharding fix akka-cluster-sharding scalafix akka-contrib Fix akka-cluster-sharding-typed test scalafix akka-docs Use scala-stm 0.9 (released for M5) akka-docs Remove dependency on collections-compat Cherry-pick the relevant constructs to our own private utils Shorten 'scala.collections.immutable' by importing it Duplicate 'immutable' imports Use 'foreach' on futures Replace MapLike with regular Map Internal API markers Simplify ccompat by moving PackageShared into object Since we don't currently need to differentiate between 2.11 and Avoid relying on 'union' (and ++) being left-biased Fix akka-actor/doc by removing -Ywarn-unused Make more things more private Copyright headers Use 'unsorted' to go from SortedSet to Set Duplicate import Use onComplete rather than failed.foreach Clarify why we partly duplicate scala-collection-compat
raboof
added a commit
to akka/akka
that referenced
this issue
Jan 11, 2019
fix akka-actor-tests compile errors some tests still fail though Fix test failures in akka-actor-test Manually work arround missing implicit Factory[Nothing, Seq[Nothing]] see scala/scala-collection-compat#137 akka-remote scalafix changes Fix shutdownAll compile error test:akka-remote scalafix changes akka-multi-node-testkit scalafix Fix akka-remote-tests multi-jvm compile errors akka-stream-tests/test:scalafix Fix test:akka-stream-tests Crude implementation of ByteString.map scalafix akka-actor-typed, akka-actor-typed-tests akka-actor-typed-tests compile and succeed scalafix akka-camel scalafix akka-cluster akka-cluster compile & test scalafix akka-cluster-metrics Fix akka-cluster-metrics scalafix akka-cluster-tools akka-cluster-tools compile and test scalafix akka-distributed-data akka-distributed-data fixes scalafix akka-persistence scalafix akka-cluster-sharding fix akka-cluster-sharding scalafix akka-contrib Fix akka-cluster-sharding-typed test scalafix akka-docs Use scala-stm 0.9 (released for M5) akka-docs Remove dependency on collections-compat Cherry-pick the relevant constructs to our own private utils Shorten 'scala.collections.immutable' by importing it Duplicate 'immutable' imports Use 'foreach' on futures Replace MapLike with regular Map Internal API markers Simplify ccompat by moving PackageShared into object Since we don't currently need to differentiate between 2.11 and Avoid relying on 'union' (and ++) being left-biased Fix akka-actor/doc by removing -Ywarn-unused Make more things more private Copyright headers Use 'unsorted' to go from SortedSet to Set Duplicate import Use onComplete rather than failed.foreach Clarify why we partly duplicate scala-collection-compat
szeiger
added a commit
to szeiger/scala-collection-compat
that referenced
this issue
Apr 5, 2019
I don’t know what changed since these tickets were opened but both cases work fine now.
martijnhoekstra
pushed a commit
to martijnhoekstra/scala-collection-compat
that referenced
this issue
Nov 9, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
2.12
2.13
2.12 + compat
Use case:
https://github.com/akka/akka/blob/a0e79a0542dc0fc98bf8431a1cfd1a454f45b282/akka-stream-tests/src/test/scala/akka/stream/scaladsl/CollectionSinkSpec.scala#L39
The text was updated successfully, but these errors were encountered: