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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.x: fix withLatestFrom null checks, lifecycle #4970

Merged
merged 1 commit into from
Jan 8, 2017

Conversation

akarnokd
Copy link
Member

@akarnokd akarnokd commented Jan 8, 2017

This PR fixes the lack of null check on the result of the combiner function as well as fixes the lifecycle of the FlowableWithLatestFrom to avoid races with the onSubscribe.

@akarnokd akarnokd added this to the 2.0 backlog milestone Jan 8, 2017
@codecov-io
Copy link

codecov-io commented Jan 8, 2017

Current coverage is 95.58% (diff: 100%)

Merging #4970 into 2.x will increase coverage by 0.05%

@@                2.x      #4970   diff @@
==========================================
  Files           591        591          
  Lines         37959      37956     -3   
  Methods           0          0          
  Messages          0          0          
  Branches       5756       5753     -3   
==========================================
+ Hits          36264      36282    +18   
+ Misses          721        712     -9   
+ Partials        974        962    -12   

Powered by Codecov. Last update d173b6d...29037ba

Copy link
Contributor

@ZacSweers ZacSweers left a comment

Choose a reason for hiding this comment

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

LGTM

@akarnokd akarnokd merged commit 307a6a6 into ReactiveX:2.x Jan 8, 2017
@akarnokd akarnokd deleted the WithLatestFromNullCheck branch January 8, 2017 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants