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: enhance generics doOnError doOnRequest #4555

Merged

Conversation

davidmoten
Copy link
Collaborator

want to able to call doOnError(Action1<Object>) and similarly enhanced doOnRequest while I was about it.

@codecov-io
Copy link

codecov-io commented Sep 14, 2016

Current coverage is 84.49% (diff: 100%)

Merging #4555 into 1.x will decrease coverage by 0.05%

@@                1.x      #4555   diff @@
==========================================
  Files           272        272          
  Lines         17571      17571          
  Methods           0          0          
  Messages          0          0          
  Branches       2683       2683          
==========================================
- Hits          14855      14846     -9   
- Misses         1864       1868     +4   
- Partials        852        857     +5   

Powered by Codecov. Last update 01e68d3...03b9529

Copy link
Contributor

@JakeWharton JakeWharton left a comment

Choose a reason for hiding this comment

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

Test to ensure bounds are maintained?

@davidmoten davidmoten force-pushed the doOnError-doOnRequest-enhance-generics branch from 4338e16 to 85aa0ee Compare September 15, 2016 01:13
@davidmoten
Copy link
Collaborator Author

Test to ensure bounds are maintained?

I've added a couple of tests to get coverage of new lower bounds.

@akarnokd
Copy link
Member

Is it okay if this goes into 1.2 only ? Technically this isn't a behavior change but an API change, and besides o f doOnRequested upgrading to standard, doOnError was established earlier.

@akarnokd akarnokd added this to the 1.2 milestone Sep 15, 2016
@davidmoten
Copy link
Collaborator Author

OK with me to go in 1.2.

@akarnokd
Copy link
Member

Oh, something conflicted. Could you rebase?

@akarnokd akarnokd modified the milestones: 1.3, 1.2 Sep 20, 2016
@davidmoten davidmoten force-pushed the doOnError-doOnRequest-enhance-generics branch from 85aa0ee to 03b9529 Compare September 22, 2016 01:14
@davidmoten
Copy link
Collaborator Author

rebased.

@akarnokd
Copy link
Member

Thanks 👍

@akarnokd akarnokd merged commit 646be2d into ReactiveX:1.x Sep 22, 2016
@akarnokd akarnokd mentioned this pull request Sep 30, 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.

None yet

4 participants