Alex Eagle

Results 280 issues of Alex Eagle

Help finish https://github.com/bazelbuild/bazel/issues/7026 by finding affected projects on Bazel CI and explicitly setting the flag to false for those, then land a PR in Bazel to flip the default value...

bounty-1000USD
bazel-flags

Help to finish https://github.com/bazelbuild/bazel/issues/10225 by finding Bazel CI projects which need the flag explicitly turned off, then land a PR in Bazel to flip the default.

bounty-1000USD
bazel-flags

Help to finish https://github.com/bazelbuild/bazel/issues/12932 by finding Bazel CI projects which need the flag explicitly turned off, then land a PR in Bazel to change the default value for new projects.

bounty-1000USD
bazel-flags

Help to finish https://github.com/bazelbuild/bazel/issues/9014 by finding existing projects on Bazel CI which need their default set to false, then land a PR in Bazel which changes the default value for...

bounty-1000USD
bazel-flags

Help to finish https://github.com/bazelbuild/bazel/issues/9014 by finding existing projects on Bazel CI which need an explicit setting to disable it, then land a PR in Bazel changing the default for new...

bounty-1000USD
bazel-flags

Help to finish https://github.com/bazelbuild/bazel/issues/10076 by setting the flag value explicitly in existing Bazel CI projects, then land a PR in Bazel to change the default value.

bounty-1000USD
bazel-flags

Follow-up: https://github.com/bazel-contrib/SIG-rules-authors/pull/28#issuecomment-1025262264 A gazelle -> proto_library section would be useful following from the discussion above, but I don't think I'm well placed to write it, as I generally don't have...

documentation

Follow-up to https://github.com/bazel-contrib/SIG-rules-authors/pull/28#issuecomment-1025262264: "Relevant bazel flags and explanations." There only seem to be a few documented proto relevant flags remaining nowadays, of which the only one I've still seen used...

documentation

https://github.com/bazel-contrib/SIG-rules-authors/pull/28#issuecomment-1025262264 followup: How to add proto/grpc support to your own language ruleset: "Relationship of FileDescriptorSet with proto_library and descriptor_set_in." This'd probably fit in a section on 'Implementing a Ruleset', which...

documentation

Someone would need to gather requirements on what data a tool like salsa needs for establishing provenance of binaries. In theory an aspect could visit the build graph to collect...