Brentley Jones

Results 144 issues of Brentley Jones

When using `--experimental_use_llvm_covmap`, no `.gcno` files are output. By listing them as outputs there is a mismatch between expected and actual outputs. Bazel will create these empty files after the...

team-Rules-CPP
awaiting-PR-merge

When invoking the following command: ``` Carthage/Checkouts/Needle/Generator/bin/needle generate App/Sources/Generated/Needle.swift ``` `needle` requires that the `Sources` and `Generated` directories exist. This can be an issue when the directory is specifically for...

First, thank you for the wonderful DI framework! --- I've found that just traversing the input directory is quite slow. To prove this, I ran the following command, which excluded...

I’ve learned a lot about Xcode, Bazel, and integrating together since I started this project. In particular, with the development of [rules_xcodeproj](https://github.com/MobileNativeFoundation/rules_xcodeproj), I’ve come to realize that this project as...

Before #15 is done, and preferably for the first PR of the rewrite, we should have CI checks running on pull requests. We can probably use BuildBuddy Workflows and GitHub...

**Is your feature request related to a problem? Please describe.** `bb login` currently always opens a webpage, even if the user is logged in. **Describe the solution you'd like** `bb...

**Is your feature request related to a problem? Please describe.** Currently `bb login` immediately opens a web page. This is jarring. `gh auth login` waits for the user to press...

**Describe the bug** The `Gathering metadata for bazel version...` step calls `bazel --ignore_all_rc_files help version` via `tools/bazel`, which can fail depending on what `tools/bazel` does. **To Reproduce** Have a `tools/bazel`...

**Describe the bug** `bazel print` doesn't work when using the CLI through `.bazelversion`. When invoked directly on the binary it does. **To Reproduce** ```shellsession $ echo "$(echo "buildbuddy-io/5.0.54"; cat .bazelversion)"...

### Description of the bug: In 7.2.0rc1 there is a deadlock in `registerAndPlantMissingSymlinks`. Probably caused by 52adf0b3d14d4af60ece33c95b94be058bafb41b. Turning off Skymeld fixes it for us (but brings with it other bugs...

type: bug
team-Performance
untriaged