OliverO2

Results 187 comments of OliverO2

> For Uuid.toString(), the documentation explicitly specifies that the returned string is in the standard hex-and-dash format. In the KEEP, it does not specify in-place what "standard" means, but just:...

> `Job` instances do not necessarily correspond to coroutines. The 1:1 correspondence was always part of my mental model. The distinction seemed to be an implementation detail. > Another option...

> So, Job is a general mechanism for constructing lifetime hierarchies in kotlinx.coroutines. Understood. Could that be simplified by dropping the distinction between `Job` and coroutine, and make users create...

> Then, if a test launches some computations outside structured concurrency Isn't that almost always a recipe for a planned disaster which we cannot avoid if someone insists? But I'd...

### Sharing a test dispatcher/scheduler > I don't understand the need to share test dispatchers among different tests. What made me think of this is the [remark in the docs](https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-test/kotlinx.coroutines.test/-test-coroutine-scheduler/)...

Still present, and it does look strange: Also, in the API docs for kotlin-stdlib there is a hyphen between `Wasm` and `JS`/`WASI`: It's useful to show breaks in multi-word names,...

Thanks for the feedback! Yes you are right that the above plugin would potentially hide too much. It's not an issue now, as there are no public extensions on outside...