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

refactor(tap): remove deprecated signatures #5917

Closed
wants to merge 1 commit into from

Conversation

aboyton
Copy link

@aboyton aboyton commented Dec 7, 2020

This removes the deprecated signatures, simplifies the code a little, makes next a required parameter, and updates all the unit tests to pass.

Ref #4159

Description:
This is my best attempt at understanding what is desired by #4159.

Related issue (if exists):

This removes the deprecated signatures, simplifies the code a little, makes `next` a required parameter, and updates all the unit tests to pass.

Ref ReactiveX#4159
@cartant cartant added the blocked label Mar 7, 2021
@cartant
Copy link
Collaborator

cartant commented Mar 7, 2021

Blocking this for the moment, as I'll be looking at tap as part of getting v7 finalized. I'll have a closer look at this PR when I do that.

@cartant
Copy link
Collaborator

cartant commented Mar 13, 2021

There have been some more recent changes to the subscribe signature - to make it simpler - and I think that tap should get those changes - and they are a little different to what's in this PR. Also, I don't think we should be deleting tests just because the signature is deprecated. Thanks for the effort you put into this PR, but I'm going to close it. Sorry.

@cartant cartant closed this Mar 13, 2021
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.

2 participants