-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
1.x: enhance generics doOnError doOnRequest #4555
Conversation
Current coverage is 84.49% (diff: 100%)@@ 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
|
There was a problem hiding this 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?
4338e16
to
85aa0ee
Compare
I've added a couple of tests to get coverage of new lower bounds. |
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 |
OK with me to go in 1.2. |
Oh, something conflicted. Could you rebase? |
85aa0ee
to
03b9529
Compare
rebased. |
Thanks 👍 |
want to able to call
doOnError(Action1<Object>)
and similarly enhanceddoOnRequest
while I was about it.