Iaroslav Postovalov

Results 51 issues of Iaroslav Postovalov

`(unit = "m", value = 42.0) / (unit = "s", value = 2.0) = (unit = ("/", "m", "s"), value = 21.0)` Values with a unit can be implemented as...

feature
discussion

good first issue
feature

This is important because this version contains a fix of this https://github.com/jacoco/jacoco/issues/1155, and it is critical for projects using modern Kotlin versions.

Instead of having storage for metadata, we can store each query result and avoid `when`s in `ReflektImpl` that cause O(n) time complexity for each invocation.