Skip to content

Commit 1208680

Browse files
committed
Add reflect/package.scala to the blacklist to avoid cycles
1 parent 5b78ac7 commit 1208680

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
## The blacklist is currently empty
1+
## 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

Comments
 (0)