Skip to content

Commit 6316a45

Browse files
committed
wip
1 parent 3b0c097 commit 6316a45

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

libs/javalib/worker/src/mill/javalib/zinc/ZincWorker.scala

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,6 @@ class ZincWorker(
442442
scalacOptions
443443
}
444444

445-
// val (originalSourcesMap, posMapperOpt) = PositionMapper.create(virtualSources)
446445
val newReporter = mkNewReporter(null)
447446

448447
val inputs = incrementalCompiler.inputs(
@@ -509,11 +508,7 @@ class ZincWorker(
509508
Result.Failure(e.toString)
510509
} finally {
511510
for (rep <- reporter) {
512-
for (f <- sources) {
513-
rep.fileVisited(f.toNIO)
514-
// for (f0 <- originalSourcesMap.get(f))
515-
// rep.fileVisited(f0.toNIO)
516-
}
511+
for (f <- sources) rep.fileVisited(f.toNIO)
517512
rep.finish()
518513
}
519514
previousScalaColor match {

0 commit comments

Comments
 (0)