agrieve
agrieve
I'm trying this out in chromium codebase, and besides the known-issue of excessive lambda whitespace (issue #19), I'm finding the most jarring thing is odd whitespace for variable assignments. google-java-format...
### Description When using a junit RunListener, it is expected that the order of events for a test with two `@Test` methods be: 1. RunListener.testSuiteStarted 1. Test.beforeClass 1. RunListener.testStarted 1....
Would be great if gnode had a disk cache of regenerated modules (based on md5) so the subsequent runs wouldn't have to pay the performance penalty.
I'm trying to enable ASAN in a bundle using [these instructions](https://github.com/google/sanitizers/wiki/AddressSanitizerOnAndroid/01f8df1ac1a447a8475cdfcb03e8b13140042dbd#running-with-wrapsh-recommended). When I add in the `wrap.sh` file as `lib/x86/wrap.sh`, install fails with these adb logs: ``` 04-20 01:56:31.898 548...