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 Flowable.create() not reporting null values properly, unify #4583

Merged
merged 1 commit into from
Sep 22, 2016

Conversation

akarnokd
Copy link
Member

exception msg across

Reported on Stackoverflow.

There was no proper null check in the various emitters. I've also unified the message pattern across all create() emitters.

@akarnokd akarnokd added the Bug label Sep 22, 2016
@akarnokd akarnokd added this to the 2.0 RC 3 milestone Sep 22, 2016
@codecov-io
Copy link

Current coverage is 78.04% (diff: 70.00%)

Merging #4583 into 2.x will increase coverage by 0.02%

@@                2.x      #4583   diff @@
==========================================
  Files           552        552          
  Lines         36156      36184    +28   
  Methods           0          0          
  Messages          0          0          
  Branches       5574       5584    +10   
==========================================
+ Hits          28209      28239    +30   
- Misses         5924       5925     +1   
+ Partials       2023       2020     -3   

Powered by Codecov. Last update 6e99ad0...37c2e45

@akarnokd akarnokd merged commit 24448b4 into ReactiveX:2.x Sep 22, 2016
@akarnokd akarnokd deleted the EmitterNullCheck branch September 22, 2016 19:07
@akarnokd akarnokd mentioned this pull request Sep 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants