commit | c7df294dffa612a41e9ef17062058632fa8f4ad7 | [log] [tgz] |
---|---|---|
author | adonovan <adonovan@google.com> | Wed Nov 11 10:09:49 2020 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Nov 11 10:11:05 2020 -0800 |
tree | 44d08865c7ed5971268ef50d362871f05736f0be | |
parent | 7e8f86d60adc56159216c4fbb5b403ee8c5aec1c [diff] |
starlark: change fail to def fail(*args), per spec Recommended usage now accepts a list of values. It still accepts the msg=... and attr=.. parameters, but they are documented as deprecated. Calls of the form fail("x", "y") will change their message from "attribute y: x" to "x y". See https://github.com/bazelbuild/starlark/issues/47 PiperOrigin-RevId: 341854400
{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