Skip to content

Is TupleN for N > 22 a Product at runtime? #5270

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

Closed
nicolasstucki opened this issue Oct 17, 2018 · 2 comments
Closed

Is TupleN for N > 22 a Product at runtime? #5270

nicolasstucki opened this issue Oct 17, 2018 · 2 comments

Comments

@nicolasstucki
Copy link
Contributor

nicolasstucki commented Oct 17, 2018

tests/pending/tuple-erased.scala fails assertions at runtime about the erased classes. It fails because Tuple23 is not a Product.

Should TupleN for N>22 be a Product?

@OlivierBlanvillain
Copy link
Contributor

Why not?

@nicolasstucki
Copy link
Contributor Author

Yes, it should. Did not think it through.

nicolasstucki added a commit to dotty-staging/dotty that referenced this issue Oct 17, 2018
nicolasstucki added a commit that referenced this issue Oct 18, 2018
Fix #5270: Make TupleXXL extend Product
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants