Skip to content

Fix #1818: Whitelist Function1 and Function2 #2480

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
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions compiler/test/dotc/scala-collections.blacklist
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
## Errors having to do with bootstrap

scala/Function1.scala
scala/Function2.scala
# Cyclic reference because of @specialized annotation


## Errors having to do with deep subtypes

scala/collection/generic/ParSetFactory.scala
Expand Down
2 changes: 1 addition & 1 deletion compiler/test/dotty/tools/StdLibSources.scala
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ object StdLibSources {
.map(_.takeWhile(_ != '#').trim) // allow comments in the end of line
.filter(_.nonEmpty)
.map(stdLibPath + _)
.toList
.toArray.sorted.toList

}

Expand Down