commit | 28adce590d95cb9aa826fcd9f939efbb8e1eab7e | [log] [tgz] |
---|---|---|
author | janakr <janakr@google.com> | Thu Jul 13 19:55:32 2017 +0200 |
committer | László Csomor <laszlocsomor@google.com> | Fri Jul 14 10:52:09 2017 +0200 |
tree | 4df40b5eebecd4f237a6343d5f3577c480600e24 | |
parent | 5abf4ed4dc9fc134e47f9b56e3b65ba26d0ba9f0 [diff] |
If globbing throws an IOException, fail to construct the package instead of constructing the package with an error. Prior to this change, if a Package.Builder object was constructed, it was guaranteed that a Package (possibly with errors) would be created. This is no longer true: if an IOException is set on the Package.Builder object, it will throw a NoSuchPackageException during #build(). PiperOrigin-RevId: 161832111
{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 system. 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.