commit | fb153cd83c6f801271048ec1d62d17a68562376d | [log] [tgz] |
---|---|---|
author | ccalvarin <ccalvarin@google.com> | Fri Sep 15 19:29:50 2017 +0200 |
committer | László Csomor <laszlocsomor@google.com> | Mon Sep 18 11:28:01 2017 +0200 |
tree | f77b5ad25d7c9f0594689e20fe2b51f7c3c3e7bb | |
parent | f45bd201c463e870aec03623f48bd0eae86226dd [diff] |
Throw away the confusing UnparsedOptionValueDescription name. We get UnparsedValues after ... parsing the options. So that doesn't make sense. What was meant was that it wasn't converted to the final value. In an effort to make this distinction more clear, this change will make the terminology more consistent. The `--foo=bar` step is "parsing" and the `bar -> Object` step is "converting" (it is, in fact, done by Converters). RELNOTES: None. PiperOrigin-RevId: 168852847
{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.