Skip to content

Commit 7e6475a

Browse files
committed
Redefine Tuple operations
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 #12721 Fixes #16207
1 parent 50b3b31 commit 7e6475a

File tree

13 files changed

+586
-18
lines changed

13 files changed

+586
-18
lines changed

compiler/test/dotc/pos-test-pickling.blacklist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ i17149.scala
6363
tuple-fold.scala
6464
mt-redux-norm.perspective.scala
6565
i18211.scala
66+
i15743.scala
6667

6768
# Opaque type
6869
i5720.scala

0 commit comments

Comments
 (0)