Malte Poll
Malte Poll
The specification requires that any `Fetch` requests containing unsupported qualifiers are rejected with an `INVALID_ARGUMENT` rpc error[^1][^2]. Additionally, the status returned should include a `BadRequest` error detail with `FieldViolation`s indicating...
**Is your feature request related to a problem? Please describe.** All of the progress bars that are "done" are rendered before any of those that are running. I want an...
## Changes Adds support for the rules_img module extension (images.pull tag class) for pulling container images in Bazel MODULE.bazel files. The implementation handles registry/repository splitting and optional name attributes, similar...
Allow root_module_direct_deps and root_module_direct_dev_deps to accept dicts mapping module-local names to extension-exported names, in addition to the existing list format. This enables modules to import repositories under different names than...
Implement support for three types of repository specifications: - Simple names: foo -> use_repo(ext, "foo") - Mapped names with valid identifiers: bar=baz -> use_repo(ext, bar = "baz") - Invalid identifiers...
# 🐞 bug report ### Affected Rule The issue is caused by the rule: `py_binary` ### Is this a regression? This has probably been broken since it was introduced. ###...
`PackageFilesInfo` is a very useful construct that many codebases use to define how exactly files should be packaged. I would like for `rules_img` to consume this provider as well to...