rokucommunity / ropm

A package manager for the Roku platform.
MIT License
31 stars 5 forks source link

Prefix task function name #34

Closed TwitchBronBron closed 3 years ago

TwitchBronBron commented 3 years ago

to define the function to run in a Task, you execute m.top.functionName from a script referenced by the task. ropm wasn't properly prefixing those, so this PR will handle that situation.

This does mean that no ropm packages may use functionName as an xml filed anymore, unless they are willing to change the value without using the m.top.functionName syntax. But that is a fair tradeoff, in my opinion.