commit | aca672f2dae79451325fbff5e60d79bfcde0669f | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Thu May 09 09:02:00 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu May 09 09:03:32 2019 -0700 |
tree | 6ff7e57eaba5f2b2b2ac8fa220f7cd1f6e618331 | |
parent | 793b18d6c3b433d321fd3e7a9426259b38ca73df [diff] |
Improve the documentation on unquoted words in query expressions This mentions that $ and @ are allowed in unquoted words (previously omitted). The documentation of the characters allowed in unquoted words is also changed to list punctuation characters in the same relative order and format as the list of punctuation characters allowed in target names in that section of the documentation. It also lists the full set of characters permitted in target expressions which are not permitted in unquoted words (the documentation previously mentioned + and = only in examples and ~ not at all). It emphasizes the implication of this: When writing code that generates query expressions, target names should be quoted. A slight tweak is made to the bit about alphanumeric characters, since A-Za-z is not "the set of alphabetic characters" and 0-9 is not "numerals" unless you specify "in ASCII". RELNOTES: None. PiperOrigin-RevId: 247435415
{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.