Skip to content

Commit

Permalink
Merge pull request #1413 from Friendseeker/add-third-class-log
Browse files Browse the repository at this point in the history
[1.x] Add log for third class invalidation
  • Loading branch information
eed3si9n authored Sep 30, 2024
2 parents 59505ce + a996c73 commit f7e669c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@ private[inc] abstract class IncrementalCommon(
val transitive = IncrementalCommon.transitiveDeps(recompiledClasses, log)(dependsOnClass)
(transitive -- recompiledClasses).filter(analysis.apis.internalAPI(_).hasMacro)
}
log.debug(s"Invalidated macros due to upstream dependencies change: ${thirdClassInvalidation}")

val newInvalidations =
(firstClassInvalidation -- recompiledClasses) ++ secondClassInvalidation ++ thirdClassInvalidation
Expand Down

0 comments on commit f7e669c

Please sign in to comment.