commit | fb3293c3e0fadd655bb7db691040cc9ccd6c0650 | [log] [tgz] |
---|---|---|
author | ccalvarin <ccalvarin@google.com> | Tue Sep 26 11:13:33 2017 -0400 |
committer | John Cater <jcater@google.com> | Wed Sep 27 09:58:47 2017 -0400 |
tree | e566a6fe63cd6ac0db1ff11fd45751ef72bfd1e4 | |
parent | d27ed80762380c0fe9da9fc512c5d40a86acc59f [diff] |
Make UnionFileSystem accept all paths Bazel can throw at it. Instead of relying on a character-by-character StringTrie, segment paths based on PathFragments. This means UnionFS can accept any path that Bazel stores internally, removing the ASCII limitations. This also means removing the ability to have a filesystem bound for sub-PathFragments, /foo/barbar, /foo/barqux could have the same filesystem bound at /foo/bar. This feature was tested for when a use case was envisioned, but it was never used, so removing it is safe. RELNOTES: None. PiperOrigin-RevId: 170054656
{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 system. 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.