https://kotlinlang.org logo
Title
o

Oleg Yukhnevich

05/16/2023, 1:24 PM
Hey! Thanks everyone who works on K2 compiler and multiplatform support in it! rsocket-kotlin now fully compile and works with K2 using Kotlin 1.9.0-Beta-* / 1.9.20-dev-* ! Here is CI result - https://github.com/rsocket/rsocket-kotlin/actions/runs/4982618447 Though, for some reason, there is some strange issue. At runtime, only on JS with K2 it fails for some reason in this line InUseTrackingPool I believe it could be related to
identityHashCode
, as I have no other ideas 🙂 With patch (K2_workaround) to skip this check, CI is green!
d

dmitriy.novozhilov

05/16/2023, 1:29 PM
This is a great news! Could you please create a YouTrack ticket with description of your problem please?
o

Oleg Yukhnevich

05/16/2023, 1:30 PM
Yeah, will do this later today!
BTW, there is one more issue in that build report (but it’s not related to K2, as I saw it before) For some reason
jsNodeTest
or
jsBrowserTes
tasks, after this failure, will not complete, though all other tests are passed. I’ve tried to reproduce it with some minimised example, but failed. Now I can only reproduce it with this specific issue 🙂 Does it make sense to create an issue for this, or may be it’s something known?
d

dmitriy.novozhilov

05/16/2023, 5:53 PM
It's better to create If there is a similar issue then your just be marked as duplicate