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
@@ -41,7 +41,7 @@ fun createSessionForTests(
sourceScope,
librariesScope,
lookupTracker = null,
providerAndScopeForIncrementalCompilation = null,
incrementalCompilationContext = null,
extensionRegistrars = emptyList(),
needRegisterJavaElementFinder = true,
dependenciesConfigurator = {
@@ -72,7 +72,7 @@ fun createSessionForTests(
PsiBasedProjectFileSearchScope(sourceScope),
PsiBasedProjectFileSearchScope(librariesScope),
lookupTracker = null,
providerAndScopeForIncrementalCompilation = null,
incrementalCompilationContext = null,
extensionRegistrars = emptyList(),
needRegisterJavaElementFinder = true,
dependenciesConfigurator = {