Vsevolod Tolstopyatov

Results 414 comments of Vsevolod Tolstopyatov

Thanks! FTR: it is the same issue with under-designed flow fusing which is an internal optimization

I think the most impactful thing would be to adopt it in the downstream toolchain itself instead. The problem with changing such an intricate thing as Java's Double parser is...

Thanks for the input! We'll think about it. >Can we expect a kotlinx-coroutines-combine module providing utilities for the Combine Framework? There are chances, but likely only when `native-mt` will arrive...

@nbransby `native-mt` is a temporary experimental branch (with experimental releases) with support of multithreaded coroutines for Kotlin/Native. You can keep track of the discussion here: #462

This might be a good precedent to finally materialize our approach to unsigned types and add it to [API guidelines](https://github.com/Kotlin/api-guidelines/issues/15). In general, we avoid unsigned types for any type refinements...

Also, would be nice to extensively document the blackhole usage

Things that are worth keeping in mind (or maybe even split into a few subtasks): #### Dependency on the Kotlin compiler * We can hardcode the dependency for the first...

My vote is for option #1, hidden under the flag initially (because this functionality is going to be *wildly* unstable). Cons are not that serious -- this will be a...

The feature seems like a reasonable addition, tho it still has some open questions. >Are the keys skipped during or after parsing? Could you please elaborate on your use-case here?...

Thanks for the clarification and your input! It's not something we are going to do right now (at least until 1.1.0 version), but thanks to your feedback, I've left the...