commit | 8d669290e3ad783df3115b2283d6b488f8bd84b7 | [log] [tgz] |
---|---|---|
author | brandjon <brandjon@google.com> | Thu May 28 15:27:38 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu May 28 15:28:55 2020 -0700 |
tree | 1719e0bc596655c0af726a98cc73eefe6f40ad47 | |
parent | 667fb4f9ad7b498cca3de025567f0d3ca9975748 [diff] |
Rename/clarify ast manager and inlining terminology This is refactoring work toward adding a new kind of .bzl loading context, for Bazel-internal .bzl files. Work toward #11437. Changes: - "ASTFileLookupValueManager" -> "ASTManager" (NB: camel case "Ast" is preferred Java style but "AST" is what we have historically, so let's be consistent; also converted an existing camelcase to uppercase) - "InliningManager" -> "CachedBzlLoadDataManager" -- this aligns better with its actual purpose and side-steps the ambiguity of bzl inlining vs ast inlining. Also renamed its fields. - specify "bzl inlining" in a couple places to avoid ambiguity but generally interpret "inlining" as referring to BzlLoadFunction unless otherwise specified - caution against calling computeInline from anywhere but PackageFunction RELNOTES: None PiperOrigin-RevId: 313670971
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only 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