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

Add support for generic tuples #4938

Merged
merged 17 commits into from
Sep 6, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions compiler/test/dotc/pos-test-pickling.blacklist
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ i4125.scala
i4167
i4586.scala
i4734
i4758
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They slipped through the CI because before #5059 the CI didn't run -Ytest-pickler on pos and run tests..

implicit-dep.scala
inline-access-levels
macro-with-array
Expand Down Expand Up @@ -65,6 +66,7 @@ t5504
t6028
t6976
t7264
t7426.scala
t7532b
t8062
typeclass-encoding2.scala
1 change: 1 addition & 0 deletions compiler/test/dotc/run-test-pickling.blacklist
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ transparentAccess
transparentByName.scala
transparentForeach.scala
transparentPower
tuples1.scala
Tuple.scala
TupleAbstract.scala
typelevel-numeric.scala
Expand Down