Benjamin Peterson

Results 45 issues of Benjamin Peterson

cla: yes
team-Build-Language
awaiting-review

This snippet unconditionally throws an `IllegalStateException` and could be statically detected: ``` Throwable t = new Throwable(); t.addSuppressed(t); ```

Done in bazelbuild/bazel@72b481a8e9c19de1acf323c69d2d822c954a6dbb.

Pick up the latest JDK 17 bugfixes for remotejdk users.

team-Rules-Java
awaiting-PR-merge

Unlike the GNU linkers, lld does not insert an absolute symbol for every version in the version script into the symbol table. Check the version script is working by instead...

cla: yes
team-Rules-CPP
awaiting-review

A target with test actions may have other actions registered that should not be reported in the UI as tests themselves. Fixes https://github.com/bazelbuild/bazel/issues/16174.

team-Rules-CPP
awaiting-review

In Bazel, the time a file is `stat`ed to find its size can be very far from the time the file's digest is computed, which creates a window for shenanigans....

team-Configurability
team-Remote-Exec
awaiting-review

proxy_asm_api.h references `std::optional`—see, for example, `getProperty`—but was missing the include for it.

Please consider backporting https://github.com/systemd/systemd/pull/29307 to the 252 stable branch, so Debian stable can get the fix. Thank you.

The mutating `list.sort` method is occasionally useful for efficiency reasons. In particular, under `--incompatible_depset_is_not_iterable`, there doesn't seem to be any way to go from a nested set to a sorted...

P4
type: feature request