Alejandro Serrano

Results 52 issues of Alejandro Serrano

This is an issue to discuss **guards**. The current full text of the proposal can be found [here](https://github.com/Kotlin/KEEP/blob/guards/proposals/guards.md). This KEEP proposes an extension of branches in `when` expressions with subject,...

This PR updates several library versions. More importantly, it updates to Kotlin 1.9.10, and recent version of `kotlinx-serialization`. As a result, it moves from the old Kotlin/JS into Kotlin Multiplatform....

(From a conversation on Slack) The idea is to automatically provide conversions or constructors from basic types to classes with invariants.Some ideas: - For `value class` we create from the...

Right now every problem in a `pre`, `post`, or `require` block gives the very unhelpful message: ``` could not parse predicate ``` We should give more information about what failed...

⚠️ **DO NOT MERGE THIS PR** ⚠️ This PR showcases how a problem in the implementation of `containsSingleProduct` is detected, and shown as part of the _Code Scanning_ report directly...

Only comment here about the text itself. This discussion about the feature itself takes place in [this issue](https://github.com/Kotlin/KEEP/issues/375).

This KEEP proposes multi-dollar interpolation. The current full text of the proposal can be found [here](https://github.com/Kotlin/KEEP/blob/dollar-escape/proposals/dollar-escape.md). We propose an extension of string literal syntax to improve the situation around `$`...