Conversation
|
Could you verify what happens ig the callback throws? One should check null in assembly time (i.e. when calling Single.finallyDo. |
|
@akarnokd unfortunately very bad thing happens — not only this exception will be swallowed, but also |
|
👍 |
|
|
b167a0f to
6ea879c
Compare
|
Rebased |
|
It can be called |
|
I'd rather it were called doAfterComplete. finallyDo only exists for the Observable and it doesnt follow the do* convention. We could choose to have 2 conventions (naming Single's variant similarly) or deprecate Observable#finallyDo and create Observable#doAfterComplete. I vote for the latter naming them both doAfterComplete. |
|
I think it would have to be doAfterTermination since it runs on both On Sat, Oct 17, 2015, 2:45 PM Aaron Tull notifications@github.com wrote:
|
|
Does anyone have any objection to creating |
|
👍 |
|
A bit of consistency in tenses would be nice though. We have
|
|
I think On Sat, Dec 5, 2015, 01:53 Dave Moten notifications@github.com wrote:
|
6ea879c to
c3b6014
Compare
|
Renamed to |
@artem-zinnatullin would you like to deprecate |
|
I'd prepare a separate PR after this if you don't mind. On Mon, Dec 7, 2015, 23:13 Aaron Tull notifications@github.com wrote:
@artem_zin |
|
Rebase please so we can merge. |
c3b6014 to
8eb7671
Compare
|
Rebased! |
|
👍 |
|
👍 |
|
👍 |

@akarnokd I've found a problem with
nullaction, I'll create separate issue about this soon.