Alex Eagle

Results 396 issues of Alex Eagle

Currently our diff_test (as well as the one in rules_diff) runs `diff` to produce a patch as an ephemeral command during a test action. This means that tooling can't find...

enhancement
help wanted

In https://github.com/bazel-contrib/bazel-lib/pull/1071/commits/5fee53342b94195f95a5bbabd82c09317454d921 I moved a test fixture from WORKSPACE to MODULE.bazel, and was forced to add a `?` wildcard to match `+` or `~` due to apparent vs. canonical repository...

bug

We now lint using lint.axl from rules_lint. Also aspect-gazelle has cc language compiled into the prebuild so we don't need our Orion extension for cc now.

clang-tidy will flag as an unnecessary copy (performance-unnecessary-value-param)

#819 created a changed proto but it wasn't imported anywhere. So it wasn't quite the right fix. ``` ERROR: /Users/alexeagle/Projects/rules_ts/examples/proto_grpc/BUILD.bazel:52:11: Transpiling (js) & type-checking TypeScript project @@//examples/proto_grpc:proto_grpc [tsc -p examples/proto_grpc/tsconfig.json]...