Skip to content

Commit

Permalink
[Parcelize] Remove sources of FIR parcelize plugin
Browse files Browse the repository at this point in the history
This is needed to avoid bundling of FIR related parts to FE 1.0 IDE
  plugin throw dependency of parcelize IDE plugin
  • Loading branch information
demiurg906 authored and Space committed May 26, 2022
1 parent 9aef691 commit b16d44a
Show file tree
Hide file tree
Showing 22 changed files with 3 additions and 1,714 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -369,10 +369,6 @@ fun main(args: Array<String>) {
model("box")
}

testClass<AbstractParcelizeFirBoxTest> {
model("box")
}

testClass<AbstractParcelizeBytecodeListingTest> {
model("codegen")
}
Expand All @@ -384,10 +380,6 @@ fun main(args: Array<String>) {
testClass<AbstractParcelizeDiagnosticTest> {
model("diagnostics", excludedPattern = excludedFirTestdataPattern)
}

testClass<AbstractFirParcelizeDiagnosticTest> {
model("diagnostics", excludedPattern = excludedFirTestdataPattern)
}
}

testGroup("plugins/fir-plugin-prototype/tests-gen", "plugins/fir-plugin-prototype/testData") {
Expand Down
8 changes: 2 additions & 6 deletions plugins/parcelize/parcelize-compiler/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ dependencies {
compileOnly(intellijCore())
compileOnly(commonDependency("org.jetbrains.intellij.deps:asm-all"))

compileOnly(project(":kotlin-reflect-api"))

testApiJUnit5()

testApi(project(":compiler:util"))
Expand All @@ -41,12 +43,6 @@ dependencies {
testApi(projectTests(":compiler:test-infrastructure"))
testApi(projectTests(":compiler:test-infrastructure-utils"))

// FIR dependencies
testApi(project(":compiler:fir:checkers"))
testApi(project(":compiler:fir:checkers:checkers.jvm"))
testApi(project(":plugins:parcelize:parcelize-compiler:parcelize-fir"))
testRuntimeOnly(project(":compiler:fir:fir-serialization"))

testCompileOnly(project(":kotlin-reflect-api"))
testRuntimeOnly(project(":kotlin-reflect"))
testRuntimeOnly(project(":core:descriptors.runtime"))
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit b16d44a

Please sign in to comment.