commit | 630be025a3e8803e6b81017f4073b5e877c29dc3 | [log] [tgz] |
---|---|---|
author | wyv <wyv@google.com> | Mon Oct 04 07:55:36 2021 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Oct 04 07:56:47 2021 -0700 |
tree | d6e6690b5a032db6129b42a2d473b584b5ba89b7 | |
parent | d250a23becef76e9e4977710ca1d91f8357893b5 [diff] |
Target pattern parsing cleanup ================ * `TargetPattern#renameRepository` is merged into `TargetPattern.Parser#parse`. This is much less error-prone -- repo mapping should not be an afterthought, but something that should always be applied if possible (sometimes it's not, for example for `blaze query`). * This also fixes the bug where calling `native.register_toolchains("//:all")` in `@some_repo//:defs.bzl` registers `@//:all` instead of `@some_repo//:all` (see change in RegisteredExecutionPlatformsTest) * A new class `SignedTargetPattern` is introduced, which can store whether the pattern is positive or negative (with the `sign` method). * `TargetPatternValue#keys` is greatly simplified thanks to the changes above; the exception throwing is confined to the parsing step, and the construction of `TargetPatternKey` can happen as a separate step, obviating the whole "skykey or exception" dance. * Following from the above, the //external package now stores registered toolchains and execution platforms as parsed target patterns, instead of simple strings. Among other things, this would help implement toolchain registration in bzlmod. PiperOrigin-RevId: 400720457
{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:
To report a security issue, please email security@bazel.build with a description of the issue, the steps you took to create the issue, affected versions, and, if known, mitigations for the issue. Our vulnerability management team will respond within 3 working days of your email. If the issue is confirmed as a vulnerability, we will open a Security Advisory. This project follows a 90 day disclosure timeline.
See CONTRIBUTING.md