We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b78ac7 commit 1208680Copy full SHA for 1208680
compiler/test/dotc/scala-collections.blacklist
@@ -1 +1,5 @@
1
-## The blacklist is currently empty
+## Compiling the scala.reflect package object together with other files sometimes leads to cycles,
2
+## but only when compiling with a non-bootstrapped dotty-library, because unpickling DottyPredef
3
+## requires scala.reflect.ScalaSignature which forces the scala.reflect package object.
4
+## Since we'll eventually be fully bootstrapped, it's not worth fixing by adding workarounds.
5
+scala/reflect/package.scala
0 commit comments