-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Scala Adaptor Improvements by Erik #562
Scala Adaptor Improvements by Erik #562
Conversation
… the other subscriptions
Added overload for zip
Added scheduler factory.
Scala collections do not have such a function, and we want to be as close to Scala collections as possible
A few trivial Scala adaptor details
Fixed tests, all working without warnings
(a) it will stop the pointless discussions around it. (b) it is removes the interference with from(T*) (c) we should remove the latter, since that is not the common case.
RxJava-pull-requests #490 SUCCESS |
Are these breaking changes? |
Yes |
Thanks Samuel, I was waiting for your OK on this. Ben, you want to merge these in so Samuel and I can make progress? |
Scala Adaptor Improvements by Erik
Are both of you ready for a 0.16.0 release or is more coming before that? Can you give me release notes on breaking changes? |
I'll write release notes tonight. Samuel, you want to make a pull request on my branch so I can pull in your changes? I think that still shows up in the RxJava pull request as coming from you (I believe) so that you get the credit you deserve. |
Or do it in two steps. |
Scala Adaptor Improvements by Erik
…ansition happens * Issue ReactiveX#562: State transition must be validated before the transition happens.
There are many important improvements by Erik on the branch https://github.com/Applied-Duality/RxJava/tree/RxJavaBugFixes , and I'd like to have them on Netflix:master, so that everyone works on the same code, and that we can avoid duplicate work, since some changes I'd like to do require changes that Erik has already made. @headinthebox hope you're ok with this.