commit | dac1074ec5120d5a22ea4dd444ebeec0d19e5f5b | [log] [tgz] |
---|---|---|
author | Googler <jhorvitz@google.com> | Mon May 12 09:20:13 2025 -0700 |
committer | carmenchui@google.com <carmenchui@google.com> | Thu May 15 15:20:21 2025 +0000 |
tree | d9e54a0d1ec52a4a644b40ecae25401d16a43c69 | |
parent | c5bec63787e39604a95e98af3c0fdfc38d187260 [diff] |
Fix a check-then-act race in `MemoizingEvaluator#getExistingValue`. If the node is rewound after the `isDone()` call, then `getValue()` will fail a preconditions check. `toValue()` is tolerant of this case, returning the latest value. This is important now that `SkyframeInputMetadataProvider` uses this method as of https://github.com/bazelbuild/bazel/commit/56fbf26284c119afeb9f4381afcdda83c085ab7d. PiperOrigin-RevId: 757792391 Change-Id: I88d398ac01ed1283b28f9f6ba030d63709bfa8dd
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
To report a security issue, please email security@bazel.build with a description of the issue, the steps you took to create the issue, affected versions, and, if known, mitigations for the issue. Our vulnerability management team will respond within 3 working days of your email. If the issue is confirmed as a vulnerability, we will open a Security Advisory. This project follows a 90 day disclosure timeline.
See CONTRIBUTING.md