commit | 9dd9ca6d70dafa3ab241b948f0e0e7e1d66125b2 | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Mon Oct 28 06:46:43 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Oct 28 06:47:38 2019 -0700 |
tree | c8afc1de9cc16fc739107fbe8ecf29a50260c6b4 | |
parent | 17c8600b16c2763d37401c09d6706f2c3d5883ce [diff] |
bazel syntax: consolidate syntax printing The complete algorithm is now in NodePrinter, rather than spread over dozens of files. The only public API is Node.prettyPrint. There is no change to the behavior, and most of the code has merely moved. Also: - use StringBuilder, not Appendable: no more IOExceptions - remove prettyPrint overload with indentLevel parameter - rename FUNCTION_DEF to DEF - hide some constants PiperOrigin-RevId: 277052492
{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