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

Remove redundant overload signature #2484

Closed
wants to merge 1 commit into from

Conversation

masaeedu
Copy link
Contributor

Description:
The first overload signature for reduce is redundant, since it is simply a special case of the reduce<T, R> overload. Its presence breaks type inference when the type of the source observable items and the accumulator differ.

The first overload signature for `reduce` is redundant, since it is simply a special case of the `reduce<T, R>` overload. Its presence breaks type inference when the type of the source observable items and the accumulator differ.
@kwonoj
Copy link
Member

kwonoj commented Mar 21, 2017

This seems related (or maybe dupe) to #2382.

@masaeedu
Copy link
Contributor Author

@kwonoj Yup, it's a dupe.

@masaeedu masaeedu closed this Mar 21, 2017
@lock
Copy link

lock bot commented Jun 6, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 6, 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.

2 participants