CharlieTap

Results 6 issues of CharlieTap

As the title mentions there is no coroutine dispatcher available for this, blocking workloads are only achievable through awaitBlocking call. The awaitBlocking call is a bit limiting in the sense...

I'm guessing this is somewhat intended from reading the docs on cache keys, my question is more around why it works this way. If I populate the cache in the...

I'm running: Kotlin 1.9.2 OS: Sonoma CPU: Apple M1 Max Gradle: 8.5 You can recreate by running build on this branch: https://github.com/CharlieTap/cachemap/tree/failing-benchmark I get the following: ```kotlin Execution failed for...

bug

As BindException can be thrown its possible for a another try block to catch it so technically it's part of the API. I actually discovered this because of bug where...

I upgraded to Gradle 8.0-rc1 and the profiler now throws an error (attached below), I noticed it referenced the configuration cache so toggled that off and the profiler runs fine....

Running the latest wast2json (1.0.34) on [comments.wast](https://github.com/WebAssembly/testsuite/blob/main/comments.wast) or [if.wast](https://github.com/WebAssembly/testsuite/blob/main/if.wast) fails with the following errors: ```sh comments.wast:104:1: error: unexpected token "(", expected a binary module or a text module. (assert_return (invoke...