Marcel

Results 64 issues of Marcel

### Module location https://gitlab.freedesktop.org/cairo/cairo ### Link to bzlmod issue in the module's repository _No response_ ### Any other context to provide? This is required as dependency for many other wanted...

module wanted

The old property will be removed once [`--incompatible_config_setting_private_default_visibility`](https://github.com/bazelbuild/bazel/issues/23144) is flipped. - [x] Tests pass - [x] Tests and examples for any new features. - [x] Appropriate changes to README are...

Reproduction example: ```starlark # BUILD.bazel load("@rules_pkg//:pkg.bzl", "pkg_tar") pkg_tar( name = "pkg", srcs = ["//foo:file.txt"], # results in bar/file.txt remap_paths = { "foo": "bar", }, strip_prefix = "/", deps = ["//foo"],...

feature-request
P3