Jake Wharton

Results 1657 comments of Jake Wharton

This seems like a bug in FEST, not this library specifically. It's attempting to do that format twice without proper escaping. I'll have to test with normal assertions to see...

> Both are closed with no resolution. This issue is open.

3 & 5 are not really relevant as the generated version would be functionally equivalent to the default implementation. So their omission is actually a code size optimization with no...

That would negate the whole nominal aspect of records by introducing positional dependencies from Kotlin code. It means you could no longer add a property to the record anywhere but...

Brian Goetz indicated that deconstruction will likely be signature-based like a constructor when I asked him about it for my KotlinConf presentation last year: https://twitter.com/BrianGoetz/status/1200045322694729729.

Can you detail why the stdlib is the target for this API rather than a standalone kotlinx library? I don't think there's a clear delineation between when something should target...

@whyoleg Note that this concern is addressed in the document as custom `set` functions are free to arbitrarily mutate your value today and do not need to write to a...

Also, in general, opinions on the proposal should go in the associated issue (#309) rather than on the PR where its comments should be reserved for improving only the language...

> * Reflection API is not available in Kotlin/JS and Kotlin/Native, so it is impossible to use a runtime-based solution. > * Kapt is not supported by Kotlin/JS and Kotlin/Native,...