bazelbuild / platforms

Constraint values for specifying platforms and toolchains
Apache License 2.0
108 stars 73 forks source link

platform_data syntax error #81

Open katre opened 11 months ago

katre commented 11 months 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.