commit | f07773b31450b1863dd6f9390b9bb8b3040e2d6d | [log] [tgz] |
---|---|---|
author | vladmos <vladmos@google.com> | Tue Jul 11 16:31:32 2017 +0200 |
committer | László Csomor <laszlocsomor@google.com> | Tue Jul 11 18:26:04 2017 +0200 |
tree | 86cf32dee846e7351573b40584ff3bda27127b14 | |
parent | 2a32a66878ca6f3de6dcb35c8c2043b02ca8f89d [diff] |
Make some objects SkylarkValues Skylark's Printer.BasePrinter doesn't guarantee it will call `.toString` on objects of unknown types, and in the future that won't be the case anymore. In order to keep their current string representations objects should implement the SkylarkValue interface by providing an explicit implementation of `repr`. PiperOrigin-RevId: 161526182
{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 system. 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.