Skip to content

Commit

Permalink
Update internal/zinc-core/src/main/scala/sbt/internal/inc/Incremental…
Browse files Browse the repository at this point in the history
….scala

Co-authored-by: adpi2 <adrien.piquerez@gmail.com>
  • Loading branch information
Friendseeker and adpi2 committed Sep 27, 2024
1 parent dd87171 commit f65787e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@ private final class AnalysisCallback(
)
(source, info)
}.toMap
val sourceInfoFromCurrentRun = new MSourceInfos(sourceToInfo)
val sourceInfoFromCurrentRun = SourceInfos.of(sourceToInfo)
// Collect reported problems from previous run
incHandlerOpt.map(_.previousAnalysisPruned) match {
case Some(prevAnalysis) => prevAnalysis.infos ++ sourceInfoFromCurrentRun
Expand Down

0 comments on commit f65787e

Please sign in to comment.