Skip to content

Commit 5cce9b4

Browse files
committed
Add more info on missing references in unpickler.
Trying to hunt down the flakey build.
1 parent 399cc10 commit 5cce9b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/dotty/tools/dotc/core/unpickleScala2/Scala2Unpickler.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,8 @@ class Scala2Unpickler(bytes: Array[Byte], classRoot: ClassDenotation, moduleClas
415415
// println(owner.info.decls.toList.map(_.debugString).mkString("\n ")) // !!! DEBUG
416416
// }
417417
// (5) Create a stub symbol to defer hard failure a little longer.
418+
println(i"***** missing reference, looking for $name in $owner")
419+
println(i"decls = ${owner.info.decls}")
418420
new Exception().printStackTrace()
419421
ctx.newStubSymbol(owner, name, source)
420422
}

0 commit comments

Comments
 (0)