platforms
platforms copied to clipboard
platform_data syntax error
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.