OliverO2

Results 187 comments of OliverO2

Thanks for the heads up. Leaving it as blocked for now until kotlinx.coroutines version 1.9.0 is released.

There is no wasmWasi implementation yet. I tried to add a wasmWasi back in August (locally). Thought it could be done quickly, since I already did it for the wasmJs...

@aSemy Seems like the Gradle plugin is still not published: https://s01.oss.sonatype.org/content/repositories/snapshots/io/kotest/kotest-framework-multiplatform-plugin-gradle

If I look at [kotest-framework-engine](https://s01.oss.sonatype.org/content/repositories/snapshots/io/kotest/kotest-framework-engine/), the last publication was [5.10.0.1487-SNAPSHOT/] on Wed Jun 12 07:27:57 UTC 2024. So seemingly I confused this with July 12 (which should have included the...

And it seems like the last successful master CI run was on the 4th of June, and this is required for publishing a snapshot, so we should probably get the...

No problem, just pinging because GH does not offer "re-request a review" when a review is still pending.

> The error complains about our reflect library and we (coroutines) are unlikely to ship BH rules for anything but coroutines themselves. Surely a balancing issue, just thought to let...

Just FYI, here is another blocking call from reflection triggered by Ktor 2.3.12: ``` reactor.blockhound.BlockingOperationError: Blocking call! jdk.internal.misc.Unsafe#park at app//de.infix.testBalloon.integration.blockingDetection.TestBalloonBlockHoundIntegration.applyTo$lambda$1$lambda$0(Integration.jvm.kt:76) at app//reactor.blockhound.BlockHound$Builder.lambda$install$8(BlockHound.java:488) at reactor.blockhound.BlockHoundRuntime.checkBlocking(BlockHoundRuntime.java:89) at [email protected]/jdk.internal.misc.Unsafe.park(Unsafe.java) at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211) at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:715)...