scaventz
08/16/2021, 3:12 PMgradle dist to compile the repo itself ? Made some changes to compiler, worrying that the test case may not be comprehensive enough.SerVB
08/16/2021, 3:34 PMilya.gorbunov
08/17/2021, 2:52 AM./gradlew publish, after that you can invoke gradle with -Pbootstrap.local flag (or bootstrap.local=true line in local.properties file) to use those locally published artifacts for compiling Kotlin.scaventz
08/17/2021, 7:42 AMgradlew publish failed for task :kotlin-test-js-runner:yarnSetupilya.gorbunov
08/17/2021, 5:44 PMscaventz
08/18/2021, 9:32 AMnpm install yarn in the same npm directory with the same options, the error disappears. Run ./gradlew publish in wsl2, there is no error too, the error seems to only happen on Windows.
Finally, I bump the version of Node from 16.2.0 to 16.7.0, the error disappears on Windows too. Now I can move on.