commit | 7433b1c83a2270d6a6f67118a26ea1d300f52390 | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Mon Sep 30 10:49:27 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Sep 30 10:50:21 2019 -0700 |
tree | 25561d7a2cc7f78c3bd1ecec1f9d96576dd2319e | |
parent | 33cec54914918d9952773a25a8d2f8a066e3fe47 [diff] |
bazel syntax: move duplicate-load-symbol check from Parser to Validation Identifier resolution, including reporting of duplicate bindings, is the job of the validation phase. Unfortunately this check is only currently applied to non-BUILD files, so we need to reproduce the duplicate-load-symbol check as a special case for BUILD files. (It also gives a more precise message.) PiperOrigin-RevId: 272016999
{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
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.