Alex Eagle

Results 280 issues of Alex Eagle

Allows package manager implementations like rules_jvm_external to begin declaring the licenses or other metadata about third-party packages they fetch and add to the dependency graph. Needs some discussion with @mzeren-vmw...

I'll send a follow-up PR to simply use 'git archive' to create it, along with GitHub Actions based release automation following Google security best-practice. Fixes #129

Today, developers must take care to include sources in the `filegroup(name = "standard_package")` targets which are sprinkled around the repository. In the best case, omitting one will be caught by...

Let's update this repo to match https://github.com/bazel-contrib/rules-template The release automation is completely performed in a standard, shared GitHub Actions reusable workflow. As rule maintainers, this reduces the possibility we can...

Similar to https://github.com/bazelbuild/examples/pull/310 This ensures that contributors outside google3 have a means to easily make buildifier-clean commits. It is purely opt-in, and we assume that google3 users will have buildifier...

For all the same reasons the `json` module was added to starlark. Note there's an implementation over here for the Go implementation of starlark https://github.com/qri-io/starlib/tree/master/encoding/yaml but I doubt that's useful...

### What version of rules_go are you using? Current ### What version of Bazel are you using? 7.0.0 or later ### What did you do? Try to build a `go_library`...

Not sure if it's a good idea... In rules_nodejs and some repos I work in, we want the .gitignore'd file for the user's personal preferences to be .bazelrc.user the syntax...

I always start an empty `.bazelrc` with `--test_output=errors` and it has no effect because lines that don't start with a command don't work. Would be nice if you underline that...

@comius points this out in https://github.com/bazelbuild/rules_proto/pull/205/files#r1524512758 Currently users of protobuf can download releases from https://github.com/protocolbuffers/protobuf/releases - however they have no way to guarantee that the bytes they downloaded are the...

untriaged