commit | 1d444bedc191a54c966e0ae8db035adda32f520e | [log] [tgz] |
---|---|---|
author | adonovan <adonovan@google.com> | Wed Dec 11 12:22:27 2019 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Dec 11 12:23:22 2019 -0800 |
tree | 712778b3addb43b9a5c9306a02c331e78c990f71 | |
parent | 6c697d83cc2b718988131625b0e4975612de9923 [diff] |
bazel syntax: factor push/pop calls into Starlark.call We now push/pop a frame for every call, including to BuiltinCallables and other callable classes. The recursion detection thus needed tweaking; so too would StarlarkThread.isGlobal, but instead it was deleted. The wall-time profiler operations have been moved into push/pop. Also: - remove spurious @Nullable and comment in MethodDescriptor.call. - deprecate SkylarkFunction.getStatements. - simplify StarlarkThread.importSymbol (mostly moved to Eval). PiperOrigin-RevId: 285036840
{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