commit | 055954789aa3379da26a7b2a959540562f02273a | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Thu Oct 03 13:17:26 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Oct 03 13:18:28 2019 -0700 |
tree | da5e963a0bf1ffc97db88be77cf57151b0b7dde3 | |
parent | 193dad8d878388b787554ed250613333aacfc84e [diff] |
bazel syntax: break validator -> thread dependency This is one of the remaining syntax -> evaluator edges. The validator does not need a thread, it needs only the set of names in the environment. This change introduces a ValidationEnvironment.Module interface (implemented by GlobalFrame) that defines the requirements of ValidationEnvironment. Also: move StarlarkFile.parseAndValidateStarlark to EvalUtils. PiperOrigin-RevId: 272726438
{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.