Skip to content

Tags: bazelbuild/buildtools

Tags

v8.2.1

Toggle v8.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v8.2.0

Toggle v8.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

v8.0.3

Toggle v8.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix a potential NPE (#1331)

v8.0.2

Toggle v8.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix load placement for files with docstring and copyright header (#1329)

Also add missing setup calls for other tests.

v8.0.1

Toggle v8.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix and improve float formatting (#1309)

* Don't break `12e+34` into `12e + 34`

* Better implementation

* Normalize floats

v8.0.0

Toggle v8.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix failing tests on CI (#1317)

* Update the checked in protos
* Bump the dependencies
* Don't test on Ubuntu 18.04
* Disable failing tests on Windows CI

v7.3.1

Toggle v7.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v7.1.2

Toggle v7.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for `*.MODULE.bazel` files (#1266)

After bazelbuild/bazel#22075, these are the
files that can be `include()`ed into `MODULE.bazel` files and should be
formatted and edited just like them.

v7.1.1

Toggle v7.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
buildozer: correctly substitute custom string attrs (#1246)

v7.1.0

Toggle v7.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Stricter formatting of load statements (#1244)