Paul Cody
Paul Cody
### What version of gazelle are you using? 0.26.0 ### What version of rules_go are you using? 0.31.0, with go 1.18.1 ### What version of Bazel are you using? 4.0.0...
> Feature > all **What does this PR do? Why is it needed?** The `.RegisterFlags()` / `.CheckFlags()` API exists to allow extensions to offer custom behavior via flags. Currently, there...
The `.RegisterFlags()` / `.CheckFlags()` API exists to allow extensions to offer custom behavior via flags. Currently, there is no way that these flags may influence the return value(s) of the...
This makes it possible to include additional files in the srcs list of a 'file' mode generated rule. **What type of PR is this?** > Feature **What package or component...
It seems like gazelle should be theoretically parallelizable when walking the filesystem, as separate subtrees are supposed to be independent. However, it would require that things like config access and...
Add link to bazel-gazelle-debug extension.
See PR #1235 for overview.
Seeing this error in all recent `rules_proto` builds: https://buildkite.com/bazel/rules-proto/builds/107#a88dc931-1c8e-4202-a4c3-d0a63aff58ce Any advice? Ref: https://github.com/stackb/rules_proto/pull/99
Our users are requesting a feature such that they may be able to better understand which transitive dependencies were overridden. For example, imagine a maven_install rule specifies top-level artifacts A,...
I cloned the repo/submodules and tried to build the examples. It fails quickly with the following error. I am building with bazel 0.3.1rc2, but the same error occurs with 0.3.0....