commit | 6ccff29c57c9795d93eec496fdc7cfc3c135d58a | [log] [tgz] |
---|---|---|
author | fzaiser <fzaiser@google.com> | Mon Aug 28 17:50:51 2017 +0200 |
committer | Vladimir Moskva <vladmos@google.com> | Tue Aug 29 13:31:10 2017 +0200 |
tree | 26c6fbcc9480c86862d0fecb00ff450e5c847090 | |
parent | c1309787cc4b55cb1d11e60a687f27b9b38ed09c [diff] |
Visit subtrees of the AST in evaluation order For instance, it makes more sense to visit the RHS of an assignment first because this is evaluated first. This also fixes a bug in the validator, which allowed definitions like "a = a" RELNOTES: None PiperOrigin-RevId: 166709589
{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.