Size: a a a

Kotlin Community

2019 November 18

AM

Andrew Mikhaylov in Kotlin Community
I'm seeing #3098 and KT-32136 which might or might not be related.
источник

AM

Andrew Mikhaylov in Kotlin Community
First one mentions something similar was fixed in K/N 1.3.50. If you have lower version, you should try to update, possibly updating dependencies.
источник

PL

Patrick Lemke in Kotlin Community
Leonid Startsev
it seems that the test process quit unexpectedly. run test.kexe from build folder manually, likely it will segfault
I can't find any test.kexe file. Where should it be located? It's not in the build folder.
источник

PL

Patrick Lemke in Kotlin Community
Andrew Mikhaylov
First one mentions something similar was fixed in K/N 1.3.50. If you have lower version, you should try to update, possibly updating dependencies.
I have version 1.3.60 installed
источник

AM

Andrew Mikhaylov in Kotlin Community
Patrick Lemke
I have version 1.3.60 installed
Ok, no idea then from my side.
источник

LS

Leonid Startsev in Kotlin Community
Patrick Lemke
I can't find any test.kexe file. Where should it be located? It's not in the build folder.
smth like your-module-name/build/bin/native/debugTest/test.kexe
источник

PL

Patrick Lemke in Kotlin Community
Leonid Startsev
smth like your-module-name/build/bin/native/debugTest/test.kexe
I only have /build/kotlin, no other folders
источник

PL

Patrick Lemke in Kotlin Community
I'm using IDEA if that is of any help
источник

PL

Patrick Lemke in Kotlin Community
Maybe it's because I only ran that specific test?
источник

LS

Leonid Startsev in Kotlin Community
make sure you ran compileTestKotlinNative first. and if you have multi-module project, search not in the root build folder
источник

PL

Patrick Lemke in Kotlin Community
Leonid Startsev
make sure you ran compileTestKotlinNative first. and if you have multi-module project, search not in the root build folder
Thanks, found it. You're right, it's a segmentation fault
источник

LS

Leonid Startsev in Kotlin Community
Andrew Mikhaylov
First one mentions something similar was fixed in K/N 1.3.50. If you have lower version, you should try to update, possibly updating dependencies.
It should be fixed in 1.3.50. If this is reproducible on 1.3.50 or 1.3.60, it's a regression worth reporting
источник

PL

Patrick Lemke in Kotlin Community
How can I be sure that I use at least version 1.3.50? How can I check the compiler version manually?
источник

AM

Andrew Mikhaylov in Kotlin Community
Patrick Lemke
How can I be sure that I use at least version 1.3.50? How can I check the compiler version manually?
You set the version in Gradle scripts, either within id "com.jetbrains.kotlin.multiplatform" version ... or classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:...". You may have kotlinVersion variable somewhere in Gradle scripts.

(naming written by memory so may be inaccurate)
источник

PL

Patrick Lemke in Kotlin Community
But hey at least some tests pass now 👍
источник

PL

Patrick Lemke in Kotlin Community
Andrew Mikhaylov
You set the version in Gradle scripts, either within id "com.jetbrains.kotlin.multiplatform" version ... or classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:...". You may have kotlinVersion variable somewhere in Gradle scripts.

(naming written by memory so may be inaccurate)
Ok then I use 1.3.50
источник

AM

Andrew Mikhaylov in Kotlin Community
Patrick Lemke
Ok then I use 1.3.50
Try to, if this helps, this can be a great insight for bugfixing.
источник

PL

Patrick Lemke in Kotlin Community
Andrew Mikhaylov
Try to, if this helps, this can be a great insight for bugfixing.
I have this problem with 1.3.60 that I have incompatible Kotlin/Native libraries
источник

PL

Patrick Lemke in Kotlin Community
Ok but anyway it doesn't work with either version
источник

PL

Patrick Lemke in Kotlin Community
Shouldn't it in theory be possible to compile the libraries I depend on myself with 1.3.60? They should all be K/N libraries
источник