commit | 822663aea2c4af41f30852edd3b9fac02915d374 | [log] [tgz] |
---|---|---|
author | Laszlo Csomor <laszlocsomor@google.com> | Thu Aug 29 07:24:52 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Aug 29 07:25:43 2019 -0700 |
tree | 34fdb03f2c0063ba4457f68a6c17f733c3db0871 | |
parent | 5c02b92c45b5422971b3164685d9edb771367a1b [diff] |
Client: convert more members and functions to Path Convert server_exe and server_cwd from raw strings to Path. Converts jvm-related functions to accept / return Path. Benefits of a Path abstraction instead of raw strings: - type safety - no need to convert paths on Windows all the time - no need to check if paths are absolute Closes #9272. Change-Id: I61fee6270f6279049d59805c553fec6f6e659c3a PiperOrigin-RevId: 266134945
{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.