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(operator): ensure parameter type safety for each subscriber … #308

Closed

Conversation

kwonoj
Copy link
Member

@kwonoj kwonoj commented Sep 14, 2015

…ctor

This PR is aligning changes followed by #296 for each subscriber construction. Previous PR ensures parameter type of call to Subscriber<> and each subscriber constructor still able to accept Observer<>. This isn't big issue since call already guards type so subscriber constructor won't be able to accept other than Subscriber<> but better to have build type safety.

@benlesh
Copy link
Member

benlesh commented Sep 14, 2015

LGTM

@benlesh
Copy link
Member

benlesh commented Sep 16, 2015

merged with 9e7e560

It was a tough merge because I changed a lot of files in my big PR the other day (#316) ... some of your changes may have been reverted.

Thanks again!

@benlesh benlesh closed this Sep 16, 2015
@kwonoj
Copy link
Member Author

kwonoj commented Sep 16, 2015

Thanks, I'll check TOT and create following PR if any following change's required.

@kwonoj kwonoj deleted the refactor-subscriber-typesafety branch September 17, 2015 06:13
@lock lock bot locked as resolved and limited conversation to collaborators Jan 19, 2019
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