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 #91 make .zip() work for different types #94

Merged
merged 4 commits into from Jul 9, 2020

Conversation

mreichelt
Copy link
Contributor

This is only here for the discussion in #91 - please don't merge (yet).

- to make sure the next change to zip() won't break any existing consumers
- unfortunately, this breaks consumer code, because the parameter for
  the second type now is dynamic (can't be found automatically)
- fixes tests for new implementation
  -> which means consumers would have to update their usages as well
- shows how to use type definitions for `transform` parameter
@mreichelt mreichelt marked this pull request as ready for review July 4, 2020 21:52
@passsy passsy merged commit bbfb05d into simc:master Jul 9, 2020
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

2 participants