commit | e924bbe0b09cf1bfc2a73033bcd876470204dc4d | [log] [tgz] |
---|---|---|
author | brandjon <brandjon@google.com> | Sat Oct 05 20:00:26 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Sat Oct 05 20:01:19 2019 -0700 |
tree | 33bb165c58484bb00e17ac8fb1f718e90bdb97c5 | |
parent | 982a7355ca8bbe462abce8069c553ec026a651d3 [diff] |
Delete mention of comprehensions differing from Python Under https://github.com/bazelbuild/bazel/commit/c1fe6c55744faba63cd3d364485f040876851444, there is very little difference between Starlark's treatment of comprehensions and Python 3's. (There is significant difference from Python 2 though.) We actually are still different from Python in the case where an outer var x is both read and written in the comprehension (for x in x), but the Starlark spec currently agrees with Python and the Java Starlark interpreter is just out-of-spec. Relevant: #9438. RELNOTES: NONE PiperOrigin-RevId: 273107198
{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
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.