Skip to content

Remove almost all entries from the stdlib blacklist #3806

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

Merged
merged 2 commits into from
Jan 12, 2018
Merged
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
26 changes: 4 additions & 22 deletions compiler/test/dotc/scala-collections.blacklist
Original file line number Diff line number Diff line change
@@ -1,23 +1,5 @@
## Errors having to do with unavailable APIs or language features:

scala/text/Document.scala
# Lots of type errors for pattern matches, having to do with the fact
# that Document contains a :: method without corresponding extractor,
# but still wants to extract lists using ::. We won't support that.
# Since Document should have been removed already, let's ignore it.

scala/AnyVal.scala
# 55 |abstract class AnyVal extends Any {
# |^
# |illegal redefinition of standard class AnyVal
# (This is intended)

## Compiling the scala.reflect package object together with other files sometimes leads to cycles,
## but only when compiling with a non-bootstrapped dotty-library, because unpickling DottyPredef
## requires scala.reflect.ScalaSignature which forces the scala.reflect package object.
## Since we'll eventually be fully bootstrapped, it's not worth fixing by adding workarounds.
scala/reflect/package.scala
# 63 | private[scala] def materializeClassTag[T](): ClassTag[T] = macro ???
# | ^^^^^
# | not found: macro

scala/StringContext.scala
# 168 | def f[A >: Any](args: A*): String = macro ???
# | ^^^^^
# | not found: macro
2 changes: 1 addition & 1 deletion scala2-library