commit | 29535e097ce71104554ebbce10b95652fcd78a0b | [log] [tgz] |
---|---|---|
author | adonovan <adonovan@google.com> | Tue Jul 28 20:45:35 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Jul 28 20:47:16 2020 -0700 |
tree | a87f52cb3839e88f05425505d8af434a1cb73043 | |
parent | aa9453584f966ffa4bcc17e4c05d4d6a9725d158 [diff] |
bazel syntax: make CallUtils private All the public methods have moved to Starlark, and most are now named getAnnotatedXYZ. Also: - Expose Starlark.{dir,getattr,hasattr}, following spec. - Factor x.y and getattr(x, "y") in common. - Use dir(x) for spelling suggestions, which includes names of methods, making error messages more informative and consistent. PiperOrigin-RevId: 323711350
{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