This came up in a code review discussion for an (accidental) re-implementation of platform_data: the target in platform_data is required to be executable = True. I thought the reason it's called platform_data and not platform_binary is specifically because the target doesn't have to be created by a binary rule, but can be any kind of data!
It would be nice to relax this restriction.
This came up in a code review discussion for an (accidental) re-implementation of
platform_data: thetargetinplatform_datais required to beexecutable = True. I thought the reason it's calledplatform_dataand notplatform_binaryis specifically because the target doesn't have to be created by a binary rule, but can be any kind of data!It would be nice to relax this restriction.