Matthew Gharrity

Results 12 comments of Matthew Gharrity

True, I agree this may be risky if the results could be cached. I assume this code will be obsolete anyway when FIR lands, so feel free to close the...

Sounds good. Apologies for the merge conflicts; I'll ping this PR once I have it rebased and fixed.

Thank you for the very detailed report! I'll try to get to this soon. It looks like an easy fix, but I also want to add some test coverage for...

Thanks for the PR. I haven't look too deeply at the implementation, but I did try out the feature. I think the performance of `scan` is a blocking issue, unfortunately....

Quick note for future readers: the workaround code above does not quite work if the Proxy's invocation handler has a circular reference back to the Proxy instance, because the invocation...

Related issue: although `lib/testFramework.jar` is correctly excluded from the production runtime classpath after https://github.com/JetBrains/gradle-intellij-plugin/commit/a10955810, it still exists on the compile classpath. This makes it easy to get `NoClassDefFoundError` at runtime....

Friendly ping; let me know what you think

This issue causes deadlock in Android Studio as well: https://issuetracker.google.com/156456085#comment9

Just FYI, on the Android Studio side, we plan to bundle the Performance Testing plugin starting in Android Studio M Canary 2 (coming soon).