-
Notifications
You must be signed in to change notification settings - Fork 456
RxKotlin 2.0 Release Candidate #95
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
Conversation
Code review related fixes.
flowable extensions added minor fixes
* Subjects removed * Operators added
# Conflicts: # build.gradle # gradle/wrapper/gradle-wrapper.properties # src/main/kotlin/rx/lang/kotlin/subscribers.kt # src/main/kotlin/rx/lang/kotlin/subscription.kt # src/test/kotlin/rx/lang/kotlin/ExtensionTests.kt
|
I think we should move package convention from We can do that last after we review and merge. |
|
I'll figure out why tests are failing as well... |
|
Okay, fixed all test issues. Feel free to take a look at this branch. After that, I will move to the new package convention, archive the old 2.x under "2.x-old", and create a new "2x". The package rename will make the conflicts not worthwhile to address, and therefore no good reason to merge. |
|
Thanks, @thomasnield looks good. I'll go through 1.0 and 2.0 RC once more to double check if anything is missed from the RC's. Closed #94 |
Hey @stepango,
I took your 2.x fork, made some changes to reflect what we did with 1.x, and pushed it as branch
2.x-devon the main repository.I swept to make sure that all
FlowableandObservablevariants were created, and remove any API that was removed in 1.x.I'll review again tomorrow to make sure nothing was missed, but this may be a good place to start considering a release candidate for 2.x. Let me know what you think.