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

fix(pipe): align static pipe to Observable pipe rest parameters overl… #4112

Merged
merged 2 commits into from
Sep 25, 2018

Conversation

dkosasih
Copy link
Contributor

@dkosasih dkosasih commented Sep 7, 2018

Description:
Bring static pipe rest parameters overload to be in line with Observable.pipe

Related issue (if exists):
#4109

@coveralls
Copy link

coveralls commented Sep 7, 2018

Coverage Status

Coverage decreased (-0.2%) to 96.798% when pulling 9499645 on dkosasih:static_pipe_overload into c1c66d2 on ReactiveX:master.

Copy link
Collaborator

@cartant cartant left a comment

Choose a reason for hiding this comment

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

LGTM, but now that there is a rest parameters signature, could you include in the static pipe dtslint tests some tests like these two Observable.pipe tests?

@dkosasih
Copy link
Contributor Author

dkosasih commented Sep 8, 2018

OK. I will work on that. Thanks 😊

@dkosasih
Copy link
Contributor Author

dkosasih commented Sep 8, 2018

@cartant I have added new commit for the tests.

Copy link
Collaborator

@cartant cartant left a comment

Choose a reason for hiding this comment

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

LGTM

@dkosasih
Copy link
Contributor Author

dkosasih commented Sep 8, 2018

That was quick. Thanks 👍

@jgbpercy
Copy link

pipeFromArray could also drop the type params now that no one calls it with anything other than <any, any> ?

@cartant
Copy link
Collaborator

cartant commented Sep 19, 2018

@jgbpercy Yes, pipeFromArray has a signature that needs to be fixed, too, but I'd prefer that to be done in a separate PR. You're welcome to open one.

@benlesh
Copy link
Member

benlesh commented Sep 25, 2018

currently, pipeFromArray is an internal API, however.

@benlesh benlesh merged commit 8c607e9 into ReactiveX:master Sep 25, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Oct 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants