Jonathan Gerrish

Results 28 comments of Jonathan Gerrish

@jin I think https://github.com/bazelbuild/bazel/pull/11294 is probably a better approach than https://github.com/bazelbuild/bazel/pull/11253. For us this saves around ~900 actions and about 2.5GB on intermediate outputs.

@djwhang @timpeut @donaldchai - thoughts? I also have another change in our fork that implements rudimentary namespace support for R classes as per the Gradle feature android.namespacedRClass=true - this allows...

@donaldchai Yeah, we've enabled android_resources_strict_deps and that definitely yielded improvements. I know it's switched on by default in G3 for a while. I agree, re: fully-qualified R classes, it did...

Mind sending a pull request? On 29 May 2018 at 23:35, Andrew Wang wrote: > Description > > The doc content Hermetic Builds with Robolectric > should be > updated....

You're asking about having Robolectric support JUnit 5? I don't know much about JUnit 5 and it also doesn't look like there will be a GA release until Q3 2017:...

I'm not sure, haven't tried JUnit 5 myself. On Jun 2, 2017 9:03 AM, "Igor Ganapolsky" wrote: > @jongerrish Does this mean we can use > @RunWith(RobolectricTestRunner.class) on JUnit 5...

Robolectric now requires Java 8 too. On Jun 2, 2017 3:47 PM, "Ranie Jade Ramiso" wrote: > @IgorGanapolsky possible, but might > be problematic since JUnit 5 requires Java 8...

We've revamped resources in Robolectric 4.0 to process the binary resource files + arsc table produced by aapt and the resource handling code is now much closer to that of...