Benjamin Peterson
Benjamin Peterson
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.
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...
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.
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....
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...