Skip to content

Commit 2eb73c5

Browse files
committed
remove unsafe-nulls from pickler
1 parent cdf4f98 commit 2eb73c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/src/dotty/tools/dotc/transform/Pickler.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -413,8 +413,8 @@ class Pickler extends Phase {
413413
)
414414
if ctx.isBestEffort then
415415
val outpath =
416-
ctx.settings.outputDir.value.jpath.toAbsolutePath.normalize
417-
.resolve("META-INF")
416+
ctx.settings.outputDir.value.jpath.toAbsolutePath.nn.normalize.nn
417+
.resolve("META-INF").nn
418418
.resolve("best-effort")
419419
Files.createDirectories(outpath)
420420
BestEffortTastyWriter.write(outpath.nn, result)

0 commit comments

Comments
 (0)