| commit | 7520dcce42217c8076b06ed88c0e4e04ed99a0f4 | [log] [tgz] |
|---|---|---|
| author | cparsons <cparsons@google.com> | Wed Apr 04 13:59:27 2018 -0700 |
| committer | Copybara-Service <copybara-piper@google.com> | Wed Apr 04 14:01:20 2018 -0700 |
| tree | f3c8156e096114dabddba39e8ae7ea21d00e2560 | |
| parent | 16e188b99a5b0d07a0976ba5eb6013b3de8befb9 [diff] |
Migrate SkylarkNativeModule methods to use @SkylarkCallable instead of @SkylarkSignature
Most notably, this involves introduction of a new function abstraction, BuiltinMethod, which can wrap a {objc, SkylarkCallable} pair into a BaseFunction for later calling. (This is required due to the current layer of indirection on the end "native" module)
RELNOTES: None.
PiperOrigin-RevId: 191642467
{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.