rokucommunity / ropm

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

Fixed prefixing function reference even if module is forced to not be prefixed #43

Closed pawelhertman closed 2 years ago

pawelhertman commented 3 years ago

This is a fix for unwanted prefixing function references even if a module is configured with noprefix option (to have a clear understanding of the case please check the unit test I changed which doesn't pass without the fix)

TwitchBronBron commented 3 years ago

Thanks for the PR. Could you update the PR description with some information as to what this is actually solving? (i.e. why this needs to exist?).

pawelhertman commented 3 years ago

@TwitchBronBron done (sorry, I thought the name of the PR and a test case are clear enough)

TwitchBronBron commented 2 years ago

Thanks, everything looks good. Appreciate the fix!