Skip to content

Change Show Tuple2 instance to generic tuple #16093

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
Oct 3, 2022

Conversation

dwijnand
Copy link
Member

I tried to show a Tuple3 and it fell back to Show[Product]
(which then calls toString).

So let's use our generic tuples - don't even need a macro!

I tried to show a Tuple3 and it fell back to Show[Product]
(which then calls toString).

So let's use our generic tuples - don't even need a macro!
@michelou
Copy link
Contributor

@dwijnand 👍

@dwijnand dwijnand marked this pull request as ready for review September 25, 2022 09:16
@dwijnand dwijnand requested a review from prolativ October 1, 2022 09:43
@dwijnand dwijnand merged commit bfa32a4 into scala:main Oct 3, 2022
@dwijnand dwijnand deleted the show-generic-tuple branch October 3, 2022 10:03
@Kordyjan Kordyjan added this to the 3.2.2 milestone Aug 1, 2023
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.

4 participants