Skip to content

Improve typejoin involving an empty tuple #24485

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

Merged
merged 1 commit into from
Nov 7, 2017
Merged

Conversation

martinholters
Copy link
Member

Don't just return Tuple when joining an empty and a non-empty tuple, instead return the appropriate vararg tuple, similar to otherwise joining tuples of unequal length.

Split out from #23077 as this should hopefully be uncontroversial.

Don't just return `Tuple` when joining an empty and a non-empty tuple,
instead return the appropriate vararg tuple, similar to otherwise
joining tuples of unequal length.
@martinholters martinholters merged commit 695fedb into master Nov 7, 2017
@martinholters martinholters deleted the mh/typejoin_tuple branch November 7, 2017 09: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.

2 participants