John Kvarnefalk

Results 7 comments of John Kvarnefalk

It's really hard to know what is wrong here. To be honest I think that my fix to PITest could be problematic as well. I don't necessarily think it's Descartes...

Let me see what I can do. I'll try to create a repro during the week. Fingers crossed

Hey! I see. Thanks for the pointer. Let me try to work around this by using the `java_package_configuration`

Hey @Bencodes. Yes! I'm able to propagate the compiler flags by doing as you said, depending on a `java_library` that exports the plugin and then setting the `javacopts` on the...

After some more digging it seems to be happening when a java file is referencing a kotlin symbol from a file located in the same package.

@koral-- Hey, I think I may have found a solution for this problem. The issue seems to be related to how PITest is inserting mutations using the Java Instrumentation Api...

No worries. I am not really sure that my solution is good enough to merge here though. I still have some errors with false positives. Fewer than I had before...