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 fe0c664 commit bc1eaf3Copy full SHA for bc1eaf3
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 then force()
+ if true || ctx.settings.YtestPickler.value then force()
90
unit.pickled += (cls -> force)
91
}
92
0 commit comments