commit | 964ef72e5816e91e3a75d19c09c46fe4a7336f3e | [log] [tgz] |
---|---|---|
author | nharmata <nharmata@google.com> | Mon Apr 20 09:11:12 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Apr 20 09:12:29 2020 -0700 |
tree | 89c9a22ec48eba01272d3726f0d3b09a7df7cd01 | |
parent | 0dfb4668f4ab5dab23104c94945322db9dd44165 [diff] |
Properly support the situation where a .bzl file is a unix fifo. Currently Blaze incorrectly treats them as having length 0, and then reads 0 bytes. Oops. We don't encourage the use of fifos, or even document our support for them at all, but we might as well write correct code (esp. given we already have all the proper machinery; cf. PackageFunction#loadPackage). RELNOTES: None PiperOrigin-RevId: 307411059
{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:
See CONTRIBUTING.md