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 3b0c097 commit 6316a45Copy full SHA for 6316a45
libs/javalib/worker/src/mill/javalib/zinc/ZincWorker.scala
@@ -442,7 +442,6 @@ class ZincWorker(
442
scalacOptions
443
}
444
445
-// val (originalSourcesMap, posMapperOpt) = PositionMapper.create(virtualSources)
446
val newReporter = mkNewReporter(null)
447
448
val inputs = incrementalCompiler.inputs(
@@ -509,11 +508,7 @@ class ZincWorker(
509
508
Result.Failure(e.toString)
510
} finally {
511
for (rep <- reporter) {
512
- for (f <- sources) {
513
- rep.fileVisited(f.toNIO)
514
-// for (f0 <- originalSourcesMap.get(f))
515
-// rep.fileVisited(f0.toNIO)
516
- }
+ for (f <- sources) rep.fileVisited(f.toNIO)
517
rep.finish()
518
519
previousScalaColor match {
0 commit comments