-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Crash from mapping on NonEmptyTuple
.toList
#12721
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
Labels
Comments
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jun 9, 2021
This method failed for any subtype of `Tuple`. It only worked for `Tuple` and `TupleN` as these define their own `toList`. Fixes scala#12721
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jun 9, 2021
This method failed for any subtype of `Tuple`. It only worked for `Tuple` and `TupleN` as these define their own `toList`. Fixes scala#12721
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jun 10, 2021
This method failed for any subtype of `Tuple`. It only worked for `Tuple` and `TupleN` as these define their own `toList`. Fixes scala#12721
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jul 28, 2021
This method failed for any subtype of `Tuple`. It only worked for `Tuple` and `TupleN` as these define their own `toList`. Fixes scala#12721
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jul 28, 2021
This should in theory be backwards TASTy compatible. Fixes scala#12721
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jul 28, 2021
This should in theory be backwards TASTy compatible. Fixes scala#12721
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jul 28, 2021
This method failed for any subtype of `Tuple`. It only worked for `Tuple` and `TupleN` as these define their own `toList`. Fixes scala#12721
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jul 28, 2021
This should in theory be backwards TASTy compatible. Fixes scala#12721
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jul 29, 2021
This method failed for any subtype of `Tuple`. It only worked for `Tuple` and `TupleN` as these define their own `toList`. Fixes scala#12721
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jul 29, 2021
This should in theory be backwards TASTy compatible. Fixes scala#12721
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Dec 4, 2023
This provides a way forward to fixing the signatures of some tuple methods, and removes the inlining from the tuple methods. Optimization will be implemented later directly on these method calls, which avoids unnecessary complications due to inlining artifacts. Old definitions are made tasty compatible and just delegate to the new representation. Fixes scala#12721 Fixes scala#15992 Fixes scala#16207
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Dec 7, 2023
This provides a way forward to fixing the signatures of some tuple methods, and removes the inlining from the tuple methods. Optimization will be implemented later directly on these method calls, which avoids unnecessary complications due to inlining artifacts. Old definitions are made tasty compatible and just delegate to the new representation. Fixes scala#12721 Fixes scala#15992 Fixes scala#16207
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Dec 7, 2023
This provides a way forward to fixing the signatures of some tuple methods, and removes the inlining from the tuple methods. Optimization will be implemented later directly on these method calls, which avoids unnecessary complications due to inlining artifacts. Old definitions are made tasty compatible and just delegate to the new representation. Fixes scala#12721 Fixes scala#15992 Fixes scala#16207
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Dec 8, 2023
This provides a way forward to fixing the signatures of some tuple methods, and removes the inlining from the tuple methods. Optimization will be implemented later directly on these method calls, which avoids unnecessary complications due to inlining artifacts. Fixes scala#12721 Fixes scala#16207
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Dec 19, 2023
This provides a way forward to fixing the signatures of some tuple methods, and removes the inlining from the tuple methods. Optimization will be implemented later directly on these method calls, which avoids unnecessary complications due to inlining artifacts. Fixes scala#12721 Fixes scala#16207
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Dec 19, 2023
This provides a way forward to fixing the signatures of some tuple methods, and removes the inlining from the tuple methods. Optimization will be implemented later directly on these method calls, which avoids unnecessary complications due to inlining artifacts. Fixes scala#12721 Fixes scala#16207
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Dec 20, 2023
This provides a way forward to fixing the signatures of some tuple methods, and removes the inlining from the tuple methods. Optimization will be implemented later directly on these method calls, which avoids unnecessary complications due to inlining artifacts. Fixes scala#12721 Fixes scala#16207
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Dec 20, 2023
This provides a way forward to fixing the signatures of some tuple methods, and removes the inlining from the tuple methods. Optimization will be implemented later directly on these method calls, which avoids unnecessary complications due to inlining artifacts. Fixes scala#12721 Fixes scala#16207
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Dec 20, 2023
This provides a way forward to fixing the signatures of some tuple methods, and removes the inlining from the tuple methods. Optimization will be implemented later directly on these method calls, which avoids unnecessary complications due to inlining artifacts. Fixes scala#12721 Fixes scala#16207
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Dec 20, 2023
This provides a way forward to fixing the signatures of some tuple methods, and removes the inlining from the tuple methods. Optimization will be implemented later directly on these method calls, which avoids unnecessary complications due to inlining artifacts. Fixes scala#12721 Fixes scala#16207
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Jan 4, 2024
This provides a way forward to fixing the signatures of some tuple methods, and removes the inlining from the tuple methods. Optimization will be implemented later directly on these method calls, which avoids unnecessary complications due to inlining artifacts. Fixes scala#12721 Fixes scala#16207
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compiler version
v3.0.1-RC1
Minimized code
Output (click arrow to expand)
The text was updated successfully, but these errors were encountered: