commit | da392934487a95f3ea7bd4ed641693de624314af | [log] [tgz] |
---|---|---|
author | cparsons <cparsons@google.com> | Fri Nov 02 16:04:13 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Fri Nov 02 16:06:40 2018 -0700 |
tree | c660fbe05bca878350e43ce636d6f66fa3d83beb | |
parent | 8263200de60e54af033b2e75a2216017416db365 [diff] |
Clean up FuncallExpression and document it better With this change, FuncallExpression defers to DotExpression in many cases instead of re-inventing dot expresssion evaluation. This removes some of the code duplication between these two classes. Additionally, this avoids creating a BuiltinCallable for selfCall methods of objects. This is a benefit in that it cleans up the code (it removes the need for redundant BuiltinCallable code, to be removed in a future change), and it also prevents creating a superfluous object which is to be immediately discarded. RELNOTES: None. PiperOrigin-RevId: 219877592
{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.