Alex Eagle

Results 282 issues of Alex Eagle

``` # Tags The `tags` attribute can appear on any rule, and can have arbitrary values. Some tags have a special meaning to Bazel, and are listed below. Tags on...

Bazel prints `(19:29:48) INFO: Elapsed time: 4117.783s, Critical Path: 768.50s` What would be better: - format the time better, print minutes or hours - is this fast or slow compared...

enhancement

Examples: .bazelignore should have all nested node_modules folders --deleted_packages should have examples/*/BUILD locations

Makes them suitable for markdown output. Fixes #13402

cla: yes
team-Starlark-Integration

### Description of the bug: It's very easy to forget the command in a bazelrc file, for example this mistake in https://github.com/aspect-build/rules_js/pull/34/files `--host_jvm_args=-DBAZEL_TRACK_SOURCE_DIRECTORIES=1` simply has no effect because it's missing...

type: feature request
P3
team-Core

Hi, I wrote https://github.com/aspect-build/bazel-super-formatter which intends to format code in all languages. Right now clang-tidy is the most important missing tool. I wonder if you have a long-term roadmap for...

For some languages, Bazel has guide: https://bazel.build/start it says > First build guides > Coming soon: Keep an eye out — we're working on these guides! > C++ > Java...

`go_proto_library` produces some `.pb.go` stub files. These are then immediately compiled, such that the default output of the rule is a `.a` file. However, editors and other code analysis tools...

Due to https://github.com/bazelbuild/bazel/issues/3054 it's nearly impossible to avoid a `.bazelrc` file having lines that affect the analysis cache between `build` and `query`. Since gopackagesdriver does `bazel query` in the background,...