commit | ec1cdc953a01b0ebfac9e10665dae6d82e5e01fd | [log] [tgz] |
---|---|---|
author | adonovan <adonovan@google.com> | Fri Aug 07 08:15:51 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Aug 07 08:16:51 2020 -0700 |
tree | 09aee975943747a15a3007fab462a9276d200e63 | |
parent | a6287364b820c03d222140b40c2d927a4a4fa0e0 [diff] |
bazel analysis: move analysis-related classes here This change moves RuleErrorConsumer and AnalysisIssues from lib.packages, where they *obviously* do not belong, to lib.analysis. RuleClass.checkAttributesNonEmpty, which again doesn't belong, because of its dependency on RuleErrorConsumer, was inlined to its sole caller (RuleContext). PiperOrigin-RevId: 325437765
{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