commit | 41f2974d50aaafe713d938866ee17b03c58bec00 | [log] [tgz] |
---|---|---|
author | ccalvarin <ccalvarin@google.com> | Thu Aug 24 23:34:05 2017 +0200 |
committer | Damien Martin-Guillerez <dmarting@google.com> | Fri Aug 25 12:53:49 2017 +0200 |
tree | ac7c34763ebbfcdee9b195957b6445c869ea284f | |
parent | 10dc3456405125e4428666b2232734a5fd2038e8 [diff] |
Move option tag checks to compile time. The rationality checks failed as RuntimeExceptions that weren't getting reported properly because the options parser is created too early in Bazel's lifetime to be reported properly to standard error. This was a minor annoyance for authors of new options, and there was nothing gained by waiting until runtime to check these values. RELNOTES: None PiperOrigin-RevId: 166395759
{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.