commit | aea0560d7f3173ffdad68904549be064fc28b28c | [log] [tgz] |
---|---|---|
author | janakr <janakr@google.com> | Wed May 22 15:41:29 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed May 22 15:42:49 2019 -0700 |
tree | da41bd60a625b438dc2533b6072d6a772e2fbbc1 | |
parent | cc7a6e0b2ffed7b6cb3d299e4c37859ad167e06e [diff] |
Make Artifact an abstract class, and break out a DerivedArtifact subclass. This will facilitate future refactorings in which a DerivedArtifact will have an ActionLookupData "owner", while a SourceArtifact will have a Label owner (or an ArtifactOwner, depending on how lazy I am). I verified using the test in ArtifactTest, modified to use dummy classes, that derived artifacts don't use any more memory with this refactoring than they did before. PiperOrigin-RevId: 249535371
{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.