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 method chaining #89

Merged
merged 1 commit into from Dec 26, 2018
Merged

Refactor method chaining #89

merged 1 commit into from Dec 26, 2018

Conversation

rohanpm
Copy link
Owner

@rohanpm rohanpm commented Dec 26, 2018

Drop Executors.wrap method, which is too dynamic for tools such as
pylint to perform type inference. Replace it with a static API
provided by mixins.

Removal of the Executors.wrap method is is a backwards-incompatible
API change.

Fixes #86

Drop Executors.wrap method, which is too dynamic for tools such as
pylint to perform type inference. Replace it with a static API
provided by mixins.

Removal of the Executors.wrap method is is a backwards-incompatible
API change.

Fixes #86
@rohanpm
Copy link
Owner Author

rohanpm commented Dec 26, 2018

bors r+

bors bot added a commit that referenced this pull request Dec 26, 2018
89: Refactor method chaining r=rohanpm a=rohanpm

Drop Executors.wrap method, which is too dynamic for tools such as
pylint to perform type inference. Replace it with a static API
provided by mixins.

Removal of the Executors.wrap method is is a backwards-incompatible
API change.

Fixes #86

Co-authored-by: Rohan McGovern <rohan@mcgovern.id.au>
@bors
Copy link
Contributor

bors bot commented Dec 26, 2018

@bors bors bot merged commit 55ec09b into master Dec 26, 2018
@rohanpm rohanpm deleted the chaining-refactor branch December 26, 2018 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant