Ilya Muradyan

Results 109 comments of Ilya Muradyan

Yes, we don't support glob patterns for dependencies. You may try several things: 1. `%use spark`. It will import Kotlin Spark API and you will be able to use it...

Dependencies are JVM dependencies, not configs and other files. It seems that your Spark server should load this config itself on starting the session

Hi, @soywiz! It's now not available in Kotlin scripting, on which kernel is based on: https://youtrack.jetbrains.com/issue/KT-23212 Please keep track of this issue.

Hi! It looks like a duplicate of #126. The same pattern `val variable_inside_class = `

Idea is cool, but there are two things I don't like in proposed API: 1. Using types as keys. I think that value is more important than the type anyway....

I think it is https://youtrack.jetbrains.com/issue/KT-50516

Hi! Yes, upgrading JVM target is the expected step, because I've updated JVM target for the library. The exception in test is odd, but I suppose that it's because of...

I released a version that depends only on stable Kotlin 1.7.10, but it didn't resolve the problem. Then, I commented the following line in your build script: https://github.com/breandan/galoisenne/blob/88bc47a098ac3731d6c4b7cc72714055a167180a/build.gradle.kts#L198 And test...

It's not an internal error, it's just a compilation error (see the last Caused by). If you haven't commented out the tests that use kotlin-compile-testing plugin, it's expected.

I filed another issue there: https://github.com/tschuchortdev/kotlin-compile-testing/issues/301