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.
The current definition of
platform_data
has a syntax error: it hasdef _target_platform_transition_impl(attr)
, but should bedef _target_platform_transition_impl(settings, attr)
.This is why we need to add tests. I'll look into setting that up this week.