bazelbuild / bazelbuild/rules_platform
`platform_data` does not forward Args or other Providers
Open
- Dominant language
- Starlark
- Stars
- 12
- Forks
- 7
- Avg merge
- 1h 35m
- Merged PRs (30d)
- 1
Description
`platform_data` returns [a `DefaultInfo` provider, discarding other providers from the original rule](https://github.com/bazelbuild/rules_platform/blob/main/platform_data/defs.bzl#L73-L79).
It also does not forward the `args` of the wrapped rule, so e.g. a `py_binary` with an `args = [ ... ]` parameter will not have its args provided when invoked through a `platform_data` rule.
Contributor guide
Assessment
This issue has not been assessed yet.