commit | 77b565866fcb67a1d2f88ff7aa03773dd843e90b | [log] [tgz] |
---|---|---|
author | Patrick Niklaus <patrick@rideos.ai> | Fri May 10 01:38:59 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri May 10 01:40:20 2019 -0700 |
tree | 8dcec21a002fb5ce52661675857f157df8c336d6 | |
parent | b67770275a7224b12ed0e4ceaed601f18a970ac7 [diff] |
Fix decoding of jar file paths for coverage runs of java File paths that contain special characters (such as % or @) will be escaped using the URL encoding. The previous implementation did not decode these paths before passing it to the file system, leading to file-not-found errors. This bug was triggered by having a maven dependency being placed in the following path (note the %40): ``` $HOME/.cache/bazel/_bazel_patrick/$HASH/external/maven/v1/https/user%40repo.provider.com/ ``` Closes #8270. PiperOrigin-RevId: 247572901
{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.