commit | 76e4e423cae9063ee309dacc708695e721cd3f54 | [log] [tgz] |
---|---|---|
author | shreyax <shreyax@google.com> | Thu Jun 13 12:15:45 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Jun 13 12:16:43 2019 -0700 |
tree | 558235322fd650c65692851e5b6fd0cf317e44d1 | |
parent | b3ee73f0add186266414805c7782f987618968c6 [diff] |
Include intermediate output key as a typed parameter for ParallelVisitor. This will allow for stricter type checking as well as the ability to store output keys other than just skykeys. This CL is mostly a no-op but has one subtle change: In AbstractEdgeVisitor (now AbstractTargetOuputtingVisitor), we acquire the semaphore only while fetching the packages but don't immediately process the results using the callback. We do this already in other visitors so this is more consistent, nor is it a good idea to have a semaphore lock around an unknown callback that may possibly try acquire keys too. PiperOrigin-RevId: 253080306
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds 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:
See CONTRIBUTING.md
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.