stuebingerb

Results 25 comments of stuebingerb

We are seeing this in kotlinx-io-jvm 0.1.16 on OpenJDK 12.0.1

> @stuebingerb is behaviour described in this issue is expected result of #916 ? I would have to look into it but as a first response I think it is...

The core issue seems to be a change in Kotlin's byte code generation, cf. https://youtrack.jetbrains.com/issue/KT-55125/Difference-in-generated-bytecode-for-open-suspend-functions-of-generic-classes From my understanding byte-buddy only improved the error message but cannot fix anything (and so...

Sorry, I have been busy in the past days. I had a look into the generated Kotlin models and they definitely look better than at the time of my previous...

Not sure if this is actually a valid example, since sealed classes cannot be instantiated and there are in fact no available subclasses. How does your actual code look like...