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

Treat tuples as lists, see issues/179 #262

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

jsiembida
Copy link

See also #180
This commit covers more use cases where tuples were not handled either and also provides test coverage.

This change needs considering what should be the type of the result?

  1. We can coerce it into a known sequence type (the code was always using lists).
  2. We can retain the input type - this is what I would expect when using this library and that's what I decided to implement.

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