We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 870fae6 commit 18a13c6Copy full SHA for 18a13c6
compiler/src/dotty/tools/dotc/transform/Pickler.scala
@@ -86,7 +86,7 @@ class Pickler extends Phase {
86
pickled
87
}(using ExecutionContext.global)
88
def force(): Array[Byte] = Await.result(pickledF, Duration.Inf)
89
- if ctx.settings.YtestPickler.value || ctx.mode.is(Mode.Interactive) then force()
+ if ctx.settings.YtestPickler.value then force()
90
unit.pickled += (cls -> force)
91
}
92
0 commit comments