Rename: jps-plugin -> jps/jps-plugin
This commit is contained in:
+122
@@ -0,0 +1,122 @@
|
||||
================ Step #1 =================
|
||||
|
||||
Lookups cache are SHOULD_BE_CLEARED
|
||||
Local cache for Module 'module1' production are SHOULD_BE_CLEARED
|
||||
Local cache for Module 'module2' production are SHOULD_BE_CLEARED
|
||||
Local cache for Module 'module3' production are SHOULD_BE_CLEARED
|
||||
Local cache for Module 'module4' production are SHOULD_BE_CLEARED
|
||||
Building module1
|
||||
Exit code: NOTHING_DONE
|
||||
------------------------------------------
|
||||
Building module2
|
||||
Cleaning output files:
|
||||
out/production/module2/META-INF/module2.kotlin_module
|
||||
out/production/module2/foo/AKt.class
|
||||
End of files
|
||||
Exit code: CHUNK_REBUILD_REQUIRED
|
||||
------------------------------------------
|
||||
Cleaning output files:
|
||||
out/production/module2/foo/BKt.class
|
||||
out/production/module2/foo/CKt.class
|
||||
End of files
|
||||
Compiling files:
|
||||
module2/src/a.kt
|
||||
module2/src/b.kt
|
||||
module2/src/c.kt
|
||||
End of files
|
||||
Exit code: OK
|
||||
------------------------------------------
|
||||
Building module3
|
||||
Exit code: NOTHING_DONE
|
||||
------------------------------------------
|
||||
Building module4
|
||||
Exit code: NOTHING_DONE
|
||||
------------------------------------------
|
||||
|
||||
================ Step #2 =================
|
||||
|
||||
Lookups cache are INVALID
|
||||
Marked as dirty by Kotlin:
|
||||
module1/src/z.kt
|
||||
module2/src/a.kt
|
||||
module2/src/b.kt
|
||||
module2/src/c.kt
|
||||
module3/src/d.kt
|
||||
module4/src/e.kt
|
||||
Building module1
|
||||
Cleaning output files:
|
||||
out/production/module1/META-INF/module1.kotlin_module
|
||||
out/production/module1/foo/Z.class
|
||||
End of files
|
||||
Compiling files:
|
||||
module1/src/z.kt
|
||||
End of files
|
||||
Exit code: OK
|
||||
------------------------------------------
|
||||
Building module2
|
||||
Cleaning output files:
|
||||
out/production/module2/META-INF/module2.kotlin_module
|
||||
out/production/module2/foo/AKt.class
|
||||
out/production/module2/foo/BKt.class
|
||||
out/production/module2/foo/CKt.class
|
||||
End of files
|
||||
Compiling files:
|
||||
module2/src/a.kt
|
||||
module2/src/b.kt
|
||||
module2/src/c.kt
|
||||
End of files
|
||||
Exit code: OK
|
||||
------------------------------------------
|
||||
Building module3
|
||||
Cleaning output files:
|
||||
out/production/module3/META-INF/module3.kotlin_module
|
||||
out/production/module3/foo/D.class
|
||||
End of files
|
||||
Compiling files:
|
||||
module3/src/d.kt
|
||||
End of files
|
||||
Exit code: OK
|
||||
------------------------------------------
|
||||
Building module4
|
||||
Cleaning output files:
|
||||
out/production/module4/META-INF/module4.kotlin_module
|
||||
out/production/module4/foo/E.class
|
||||
End of files
|
||||
Compiling files:
|
||||
module4/src/e.kt
|
||||
End of files
|
||||
Exit code: OK
|
||||
------------------------------------------
|
||||
|
||||
================ Step #3 =================
|
||||
|
||||
Building module1
|
||||
Exit code: NOTHING_DONE
|
||||
------------------------------------------
|
||||
Building module2
|
||||
Cleaning output files:
|
||||
out/production/module2/META-INF/module2.kotlin_module
|
||||
out/production/module2/foo/AKt.class
|
||||
End of files
|
||||
Compiling files:
|
||||
module2/src/a.kt
|
||||
End of files
|
||||
Marked as dirty by Kotlin:
|
||||
module2/src/b.kt
|
||||
Exit code: ADDITIONAL_PASS_REQUIRED
|
||||
------------------------------------------
|
||||
Cleaning output files:
|
||||
out/production/module2/META-INF/module2.kotlin_module
|
||||
out/production/module2/foo/BKt.class
|
||||
End of files
|
||||
Compiling files:
|
||||
module2/src/b.kt
|
||||
End of files
|
||||
Exit code: OK
|
||||
------------------------------------------
|
||||
Building module3
|
||||
Exit code: NOTHING_DONE
|
||||
------------------------------------------
|
||||
Building module4
|
||||
Exit code: NOTHING_DONE
|
||||
------------------------------------------
|
||||
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
module1->
|
||||
module2->module1
|
||||
module3->module2
|
||||
module4->module3
|
||||
+42
@@ -0,0 +1,42 @@
|
||||
kotlin-data-container
|
||||
data-container-format-version.txt
|
||||
counters.tab
|
||||
file-to-id.tab
|
||||
id-to-file.tab
|
||||
lookups.tab
|
||||
Module 'module1' production
|
||||
format-version.txt
|
||||
jvm-build-meta-info.txt
|
||||
class-attributes.tab
|
||||
class-fq-name-to-source.tab
|
||||
internal-name-to-source.tab
|
||||
proto.tab
|
||||
source-to-classes.tab
|
||||
Module 'module1' tests
|
||||
Module 'module2' production
|
||||
format-version.txt
|
||||
jvm-build-meta-info.txt
|
||||
inline-functions.tab
|
||||
internal-name-to-source.tab
|
||||
package-parts.tab
|
||||
proto.tab
|
||||
source-to-classes.tab
|
||||
Module 'module2' tests
|
||||
Module 'module3' production
|
||||
format-version.txt
|
||||
jvm-build-meta-info.txt
|
||||
class-attributes.tab
|
||||
class-fq-name-to-source.tab
|
||||
internal-name-to-source.tab
|
||||
proto.tab
|
||||
source-to-classes.tab
|
||||
Module 'module3' tests
|
||||
Module 'module4' production
|
||||
format-version.txt
|
||||
jvm-build-meta-info.txt
|
||||
class-attributes.tab
|
||||
class-fq-name-to-source.tab
|
||||
internal-name-to-source.tab
|
||||
proto.tab
|
||||
source-to-classes.tab
|
||||
Module 'module4' tests
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
package foo
|
||||
|
||||
class Z
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
package foo
|
||||
|
||||
inline fun a(): Int = 0
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
package foo
|
||||
|
||||
inline fun a(): Int = 1
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
package foo
|
||||
|
||||
inline fun a(): Int = 2
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
package foo
|
||||
|
||||
inline fun a(): Int = 3
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
package foo
|
||||
|
||||
fun b(): Int = a()
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
package foo
|
||||
|
||||
fun c(): Int = b()
|
||||
+1
@@ -0,0 +1 @@
|
||||
off
|
||||
+1
@@ -0,0 +1 @@
|
||||
on
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
package foo
|
||||
|
||||
class D
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
package foo
|
||||
|
||||
class E
|
||||
Reference in New Issue
Block a user