bazelbuild / bazelbuild/platforms
platform_data syntax error
Open
bug
P1
- Dominant language
- Starlark
- Stars
- 124
- Forks
- 94
- PR merge metrics
- No merged PRs in 30d
Description
The current definition of `platform_data` has a syntax error: it has `def _target_platform_transition_impl(attr)`, but should be `def _target_platform_transition_impl(settings, attr)`.
This is why we need to add tests. I'll look into setting that up this week.
Contributor guide
Assessment
This issue has not been assessed yet.