Tags: bazelbuild/buildtools
Tags
Update WARNINGS.md (#1353) * Update WARNINGS.md Include a link to a more detailed explanation of how to handle accumulating dependencies before constructing a depset. * Updating warnings.textproto and regenerating WARNINGS.md --------- Co-authored-by: Tim Malmström <[email protected]> Co-authored-by: Tim Malmström <[email protected]>
Bug fix. Correctly identify expressions using &=, ^=, >>=, and <<= as… … assignment statements when parsing BUILD files. (#1357) * Add files via upload Correctly include &=, ^=, >>=, <<= as assignment statements when parsing BUILD files. The Starlark grammar reference (https://github.com/bazelbuild/starlark/blob/master/spec.md#grammar-reference) identifies all of these as assignment statements, but the parser doesn't include them in the list, probably an old oversight. This fixes issue #1330. * Update warn_control_flow_test This change adds no-effect tests for &=, ^=, >>=, and <<= to ensure they are recognized as having an effect.
Bump google.golang.org/protobuf from 1.25.0 to 1.33.0 (#1251) * Bump google.golang.org/protobuf from 1.25.0 to 1.33.0 Bumps google.golang.org/protobuf from 1.25.0 to 1.33.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update go.sum * Update generated files --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vladimir Moskva <[email protected]>
PreviousNext