scaventz
12/07/2021, 4:16 AMJVM_IR lowering code, which changes the jvm bytecode of stdlib classes, can I just run ./gradlew jvmCompilerTest to test the change or I should run something like ./gradlew coreLibsTest to build the stdlib first?dmitriy.novozhilov
12/07/2021, 9:16 AM./gradlew dist to (re)build stdlibilya.gorbunov
12/07/2021, 10:18 AMpublish gradle task,
• then on the next gradle invocation specify property boostrap.local, e.g. gradlew <tasks> -Pboostrap.local
This way the entire project including stdlib will be rebuilt with the fresh compiler.