FIR: extend cli pipeline with incremental compilation logic

use it in the IncrementalCompilationRunner
This commit is contained in:
Ilya Chernikov
2021-11-13 20:10:25 +01:00
committed by teamcity
parent 6b61488099
commit 275135a1b2
20 changed files with 886 additions and 203 deletions
@@ -97,7 +97,7 @@ abstract class AbstractFirBaseDiagnosticsTest : BaseDiagnosticsTest() {
sourceScope = PsiBasedProjectFileSearchScope(scope),
librariesScope = PsiBasedProjectFileSearchScope(allProjectScope),
lookupTracker = null,
providerAndScopeForIncrementalCompilation = null,
incrementalCompilationContext = null,
extensionRegistrars = emptyList(),
needRegisterJavaElementFinder = true
) {