commit | dd612a8a415509a7e9f0696b7de0e686208feece | [log] [tgz] |
---|---|---|
author | laurentlb <laurentlb@google.com> | Tue Oct 16 19:42:48 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Tue Oct 16 19:44:28 2018 -0700 |
tree | 312af4500bcabde92efe0b3e28ad66dd6017cd08 | |
parent | c1a8c78c3c0706655d14ab57ee81cd3b0a661069 [diff] |
Improve error message for bzl files not found. Before: error loading package 'test': Extension file not found. Unable to load file '//test:b.bzl': file doesn't exist or isn't a file After: error loading package 'test': in /path/to/file.bzl: Unable to load file '//test:b.bzl': file doesn't exist or isn't a file Fixes #6004 RELNOTES: None. PiperOrigin-RevId: 217430020
{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.