RxScala: Update CompletenessTest.scala#1468
Conversation
|
RxJava-pull-requests #1416 SUCCESS |
|
Thanks @zsxwing. Would there be a way to make this code less "stringlytyped" and use reflection or something instead of manually maintaining a list of signatures. |
|
Is this ready to merge, or is there more to do based on the last comment by @headinthebox ? |
|
I think you can merge; we can discuss alternatives in an issue. |
We already use reflection to generate the We also use reflection to check that the methods mentioned in I agree that this code still looks too "stringlytyped" and that one would also want to use reflection to write down the |
|
LGTM |
RxScala: Update CompletenessTest.scala
Cleaned up
CompletenessTest.scala.onBackpressureBufferandonBackpressureDropare missing in RxScala now. Wait until they are finalized in RxJava./cc @headinthebox, @samuelgruetter