Jonathan Gerrish

Results 28 comments of Jonathan Gerrish

Annotation processing always happens (w/ + w/o use_experimental_abi_jars) using KAPT ahead of Kotlin and Java compilation. Can you provide snippets of the relevant .params files for building your "test" lib,...

processors + processor_path is passed to the builders so that looks correct. Can you confirm that bazel-out/host/bin/external/maven/v1/https/nexus-proxy-prd.soma.salesforce.com/nexus/content/groups/public/org/projectlombok/lombok/1.18.8/lombok-1.18.8.jar exists? Also, are there no other dependent jars for lombok or is this...

You shouldn't need to android.enableAapt2=false and all your config looks correct. Did you put the test under "tests" folder, not "androidTest"? 7F is the application package ID in the resource...

Thanks for the explanation @donaldchai I'm looking into the second option because we currently build with Buck that does not support merging R files and as such we have many...

What kind of support are you expecting Robolectric to offer / fix? I'm not familiar with Relm, but it seems to be implemented using native code, therefore, just like any...

How can I build a development version of Bazel that includes my modifications to `ResourceProcessorBusyBox`? I've added a new Action that invokes a new tool in the busybox that I...

Thanks @jin - that worked, you're awesome! :-D

@cgruber - What do you think the expected behavior for contents of generated R files is with namespaced resources? If I have a library foo that depends on bar, and...

@jin @djwhang @timpeut - removing library.ap_ from the outputs of `AndroidResourceLink` actions saves us ~1.7GB of outputs. As a first step would you accept a PR to remove libraries.ap_ from...

https://github.com/bazelbuild/bazel/pull/11253 can mitigate the problem by removing the library.ap_ files from the Action outputs.