Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RxJava 3 module #1929

Closed
wants to merge 13 commits into from
Closed

Add RxJava 3 module #1929

wants to merge 13 commits into from

Conversation

ZacSweers
Copy link
Contributor

Resolves #1883

I took the liberty of omitting deprecated rx2 APIs from this migration, but it wasn't entirely possible without using @PublishedApi for a couple of places.

There's a decent amount of code duplication involved with this. Could consolidate some for test utilities, but not sure how worth it it is if the rx2 artifact isn't going to see much further development. Let me know 馃憤

@qwwdfsad qwwdfsad self-requested a review April 21, 2020 12:00
Copy link
Member

@qwwdfsad qwwdfsad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!

Please rebase your branch on top of develop and target develop branch as well, our master reflects the state of the latest stable release

reactive/kotlinx-coroutines-rx3/src/RxCompletable.kt Outdated Show resolved Hide resolved
Coroutine builders:

| **Name** | **Result** | **Scope** | **Description**
| --------------- | --------------------------------------- | ---------------- | ---------------
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix the packages in this file in order to make knit task pass without warnings

Copy link
Contributor Author

@ZacSweers ZacSweers Apr 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done - f44e6b5. I couldn't find which task in the knit task to run to test this locally though

@ZacSweers ZacSweers changed the base branch from master to develop April 23, 2020 01:44
@ZacSweers
Copy link
Contributor Author

Rebased and changed the target to develop 馃憤

@qwwdfsad qwwdfsad mentioned this pull request Apr 24, 2020
@qwwdfsad qwwdfsad self-requested a review April 24, 2020 16:31
Copy link
Member

@qwwdfsad qwwdfsad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your work!

I've applied minor changes to README, fixed explicit API mode and squashed everything into a single commit here: #1950
Merged #1950 instead of this PR

@qwwdfsad qwwdfsad closed this Apr 24, 2020
@ZacSweers ZacSweers deleted the z/rx3 branch April 24, 2020 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support RxJava 3
2 participants