commit | a7b2b11210c8a50bae602b8eebdca7e1680d9d12 | [log] [tgz] |
---|---|---|
author | Marwan Tammam <marwan.01010100@gmail.com> | Wed Jul 24 03:45:55 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jul 24 03:47:00 2019 -0700 |
tree | 018401c6adc9cd5849fe9619f364562899d1821c | |
parent | 7963643f1241fa904c693f626ba378d451d3d562 [diff] |
Support two-step method calls and allow retrieving built-in methods using getattr Related: https://github.com/bazelbuild/starlark/issues/20#issuecomment-456647994, https://github.com/bazelbuild/bazel/issues/5224 It's now possible to call methods in two steps `y = x.f; y()` Also, `getattr` can now be used to retrieve built-in methods. Closes #8931. PiperOrigin-RevId: 259711316
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds 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.