Morten Krogh-Jespersen

Results 8 comments of Morten Krogh-Jespersen

I am not particular sure on the internals on where things get rewritten (also why I wrote believe :P). I created this test: ``` fun testUInt() : UInt { return...

You are right that we will prune the types of a value class if it is not kept: ``` @JvmInline value class Password(val s: String) @KeepForApi fun login(pw : Password)...

> Can you please provide the class files without JaCoCo instrumentation classes.zip and the MonitorJacoco.zip contains only class files without the instrumentation. You will have to run either the android...

I already provided the class files in raw form that you can use in `classes.zip` which should be sufficient for you to see the incorrect byte code pattern jacoco generate....

> In any case I wonder what is the value of a JaCoCo code coverage report on obfuscated class files... I assume there may be none but the developer is...

@Godin , your jacoco transformer is a class-file to class-file transformer. The input classes that jacoco fail to rewrite correctly is in classes.zip. Ergo, it is a repro of the...

As the original poster of this problem I feel it is my duty to report that all the information has been provided and everything needed to reproduce the issue to...

Would it be possible for you to share a reproduction with us and use the existing bug here: https://b.corp.google.com/issues/267334465 It looks like you are using an outdated kotlin tool-chain but...