Piotr Krzemiński

Results 127 comments of Piotr Krzemiński

Basic feature coverage list has been added. Let's resolve it for now and see how it works.

What's the status of this request? I have an use case where I'd like to host my tool using KotlinPoet somewhere. JVM hosting, well, costs money, and I thought of...

Downloaded https://github.com/JetBrains/kotlin/releases/download/v2.0.0-Beta1/kotlin-compiler-2.0.0-Beta1.zip and tested this way: ``` % ~/Downloads/kotlinc/bin/kotlin .github/workflows/build.main.kts .github/workflows/build.main.kts:2:1: warning: file 'io.github.typesafegithub:github-workflows-kt:1.5.0' not found .github/workflows/_shared.main.kts:2:1: warning: file 'io.github.typesafegithub:github-workflows-kt:1.5.0' not found .github/workflows/setup-java.main.kts:2:1: warning: file 'io.github.typesafegithub:github-workflows-kt:1.5.0' not found .github/workflows/setup-python.main.kts:2:1: warning:...

Testing in Gradle at https://github.com/typesafegithub/github-workflows-kt/tree/kotlin-2.0 One test fails probably because the lib for testing compilation needs to be compatible with Kotlin 2.0.

Leaving this open until the library is released with 2.0.

@softprops do you need any explanation on this? Happy to answer questions and accept feedback.

It was a transient issue, retrying worked: https://github.com/krzema12/kotlin-python/runs/4344503843?check_suite_focus=true

Happened again. Seems non-deterministic. If it becomes too problematic, maybe a merge from upstream will help.

Asked for advice: https://kotlinlang.slack.com/archives/C0BUHC9HD/p1638448734017700

It should be solved with the next sync with parent.