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

Cannot transform from a non-widened tuple #190

Closed
arainko opened this issue Jul 27, 2024 · 0 comments · Fixed by #191
Closed

Cannot transform from a non-widened tuple #190

arainko opened this issue Jul 27, 2024 · 0 comments · Fixed by #191

Comments

@arainko
Copy link
Owner

arainko commented Jul 27, 2024

Tuple operators like ++ break transformations from tuples:

case class Big(int1: Int, int2: Int, int3: Int, int4: Int, int5: Int, int6: Int, int7: Int, int8: Int)

val one = (1, 2, 3, 4)
val two = (5, 6, 7, 8)
  
val joined = (one ++ two)

joined.to[Big]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant