ilya-g

Results 22 issues of ilya-g

~test~

Persistent ordered set can be implemented with a persistent hash set + some persistent list that keeps insertion order. Unfortunately the current persistent vector implementation doesn't suit well as such...

enhancement

The method `WorkerExecutor.submit` used in `JmhBytecodeGeneratorTask` is deprecated in Gradle and will be removed in Gradle 8. We need to migrate to using one of its work queues, for example...

Discussion goes in [KEEP-314](https://github.com/Kotlin/KEEP/issues/314) Please don't use this pull request for questions, only for proposals how to improve the text.

This issue is for discussion of [the proposal](https://github.com/Kotlin/KEEP/blob/master/proposals/open-ended-ranges.md) to introduce `rangeUntil` (`..

This issue is to discuss the proposal to introduce [`Duration`, `TimeSource`, `TimeMark` and time measurement API](https://github.com/Kotlin/KEEP/blob/master/proposals/stdlib/durations-and-time-measurement.md).

stdlib

This issue is for discussion of the proposal to introduce [unsigned integer types](https://github.com/Kotlin/KEEP/blob/master/proposals/unsigned-types.md) in Kotlin.

stdlib
language

Discussions about the [Random API](https://github.com/Kotlin/KEEP/blob/master/proposals/stdlib/random.md) proposal will be held here. Pull request: https://github.com/Kotlin/KEEP/pull/132

stdlib

This proposal is to introduce JVM records support in Kotlin. Essentially, it covers two aspects: how records declared in Java should be seen in Kotlin and how to declare a...

... and allow configuring tasks without link to `ApiValidationExtension` An example of using manually configured tasks in a project without applying the plugin: ``` plugins { id("org.jetbrains.kotlinx.binary-compatibility-validator") version ... apply...