Keith Smiley

Results 292 issues of Keith Smiley

This depends on https://github.com/bazelbuild/bazel-central-registry/pull/1699 because of a circular dependency on grpc-java This is based on https://github.com/googleapis/googleapis/pull/855 with some fixes

In some projects the tools/bazel path isn't practical. This allows users to override this path with the BAZELISK_WRAPPER_PATH env var / .bazeliskrc config option.

When using buildkite's repo hooks as described here https://buildkite.com/docs/agent/v3/hooks#available-hooks if you have a `post-checkout` or `pre-command` hook, they are run outside of the k8s job that actually ends up running...

enhancement

Sometimes I see this: ``` % fd objc_lib [1] ./src/main/starlark/builtins_bzl/common/objc/objc_library.bzl ``` and want to do: ``` % cd ./src/main/starlark/builtins_bzl/common/objc ``` Maybe `cd d1` would work?

In this case: ``` % rg foo README.md 10:6:% rg foo 12:75:[1] 11:65: (Command "rg" ["--heading", "--color", "always", "--column", "foo"]) 13:26:[2] 12:16: (rgCommand ["foo"]) 16:63:[3] 11:53: (Command "ag" ["--group", "--color",...

``` -l, --files-with-matches Only print the paths with at least one match. This overrides --files-without-match. ``` Looks like we should handle this one as well: ``` --files-without-match Only print the...

This works by collecting all definition USRs from all units, and cross referencing all reference USRs from each file, until there are no unhandled USRs remaining.

This tool uses to index to determine how many reference a module has on its dependencies. It outputs json formatted as: ```json { "A": { "B": 5, "C": 1 }...