bazelbuild / platforms

Constraint values for specifying platforms and toolchains
Apache License 2.0
110 stars 75 forks source link

platform_data syntax error #81

Open katre opened 1 year ago

katre commented 1 year ago

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.