Brentley Jones

Results 144 issues of Brentley Jones

[Core Objective-C Rules](https://bazel.build/reference/be/objective-c): - [ ] [`apple_static_library`](https://github.com/buildbuddy-io/rules_xcodeproj/issues/213) - [ ] [`objc_library`](https://github.com/buildbuddy-io/rules_xcodeproj/issues/69) - [ ] [`objc_import`](https://github.com/buildbuddy-io/rules_xcodeproj/issues/73)

feature request

[Core C / C++ Rules](https://bazel.build/reference/be/c-cpp): - [ ] https://github.com/buildbuddy-io/rules_xcodeproj/issues/82 - [ ] https://github.com/buildbuddy-io/rules_xcodeproj/issues/85 - [ ] https://github.com/buildbuddy-io/rules_xcodeproj/issues/86 - [ ] https://github.com/buildbuddy-io/rules_xcodeproj/issues/83 - [ ] https://github.com/buildbuddy-io/rules_xcodeproj/issues/84

feature request

- Check if it's already supported, and if not, make required changes - Add example - Add fixture test

feature request

- [ ] Add example and fixture test: https://github.com/buildbuddy-io/rules_xcodeproj/pull/133 - [ ] Support `includes` - [ ] Support `linkshared` - [ ] Support `linkstatic` - [ ] Support `local_defines` -...

feature request

- [x] Add example and fixture test: https://github.com/buildbuddy-io/rules_xcodeproj/pull/133 - [ ] Support `alwayslink` - [x] Support `defines` - [ ] Support `include_prefix` - [x] Support `includes`: #310 - [ ]...

feature request

## Describe the bug https://app.buildbuddy.io/invocation/981b7de5-9764-4c47-af1b-f951b8aa54ed?role=CI_RUNNER

bug

### Description of the bug: Some test target outputs are still uploaded to the cache even when `--incompatible_remote_build_event_upload_respect_no_cache` and `--modify_execution_info='.*=+no-remote'` are set. rules_apple tests upload the binary and the zip,...

type: feature request
P2
team-Remote-Exec

This replacement causes issues with importing indexstores. In 965c37304cbc0263b6a5b0a945529c66a593c34c this replacement was added to work around issues with `ar_wrapper`. I don't see `ar_wrapper` used anywhere in Bazel, so I believe...

Bazel includes libraries for looking up runfiles: https://github.com/bazelbuild/bazel/tree/486d153d1981c3f47129f675de20189667667fa7/tools/cpp/runfiles, https://github.com/bazelbuild/bazel/tree/486d153d1981c3f47129f675de20189667667fa7/tools/java/runfiles, etc. rules_swift should provide one as well, to enable look up of `data` files. With Bzlmod this will have a greater...

Bazel can refer to binaries of frameworks in one location (pre-bundle) and the finished bundle in another location. We also weren't handling merged targets perfectly, which could have issues for...