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

1.x: Fix other places that may swallow OnErrorFailedException #3468

Merged
merged 1 commit into from
Nov 4, 2015

Conversation

zsxwing
Copy link
Member

@zsxwing zsxwing commented Oct 24, 2015

Reviewed all usages of OnErrorNotImplementedException and fixed issues similar to #3455.

public void testOnErrorExceptionIsThrownFromSingleUnsafeSubscribe() {
Single.create(new Single.OnSubscribe<Integer>() {
@Override
public void call(SingleSubscriber<? super Integer> s1) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Please define s1 as final, it causes build failure!

@artem-zinnatullin
Copy link
Contributor

👍

@zsxwing zsxwing force-pushed the fix-for-OnErrorFailedException branch from 518d9f0 to e2b234a Compare October 25, 2015 15:47
@akarnokd akarnokd added the Bug label Oct 26, 2015
@akarnokd
Copy link
Member

👍

zsxwing added a commit that referenced this pull request Nov 4, 2015
1.x: Fix other places that may swallow OnErrorFailedException
@zsxwing zsxwing merged commit b293751 into ReactiveX:1.x Nov 4, 2015
@zsxwing zsxwing deleted the fix-for-OnErrorFailedException branch November 4, 2015 06:00
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