commit | 73e1016c72e5a73c7f204efe7a70b4c780be8674 | [log] [tgz] |
---|---|---|
author | cparsons <cparsons@google.com> | Thu Mar 22 10:02:02 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Thu Mar 22 10:03:55 2018 -0700 |
tree | dff662457bdbfd85b1b3b4a095e261c9f64e52f3 | |
parent | 4c4e9e28950c64f697de08008d5049852ee83501 [diff] |
Create useSkylarkSemantics for @SkylarkCallable, so annotated methods can specifically get a semantics object This is slightly redundant with useEnvironment, yes (as one can easily obtain the semantics object with Environment), but we intend on restricting useEnvironment so that structField=true methods cannot specify useEnvironment, but *can* specify useSkylarkSemantics. In general, we can also ween off non structField methods to use useSkylarkSemantics instead of useEnvironment in cases where this is feasible. RELNOTES: None. PiperOrigin-RevId: 190082547
{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.