rokucommunity / brighterscript

A superset of Roku's BrightScript language
MIT License
160 stars 46 forks source link

Add roCECStatus as valid createObject param value #735

Closed triwav closed 1 year ago

triwav commented 1 year ago

I'm incorrectly getting Unknown BrightScript component 'roCECStatus'. For a line like createObject("roCECStatus"). We should add this as a valid component.

markwpearce commented 1 year ago

It's listed as toCECStatus on the docs page in the sidebar... that's probably why it complains.

TwitchBronBron commented 1 year ago

@markwpearce I looked through the generated json for this, and I don't even see "roCECStatus" as a component anywhere. The only thing close is rocecstatusevent which is not the same thing.

markwpearce commented 1 year ago

Fixed here: https://github.com/rokucommunity/brighterscript/pull/736

TwitchBronBron commented 1 year ago

I believe this was fixed in #736. Please re-open if you still encounter the issue