commit | 9f72d7e44d27501263fb03be777babb4f14849b4 | [log] [tgz] |
---|---|---|
author | adonovan <adonovan@google.com> | Thu Apr 30 10:14:26 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Apr 30 10:15:48 2020 -0700 |
tree | 8bb23fe9fd8ae7bc17620226a42ea7176dfe1dc2 | |
parent | 43f793cb8825ed76936c1d69539f4fd1de9f469f [diff] |
bazel syntax: move argument validation from parser to resolver Thus "f(x=1, 2)" is no longer a parse error. Also, add static check for repeated keyword arguments, as required by spec. This expression no longer compiles: "None if True else f(a=1, a=2)" PiperOrigin-RevId: 309249433
{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