rokucommunity / vscode-brightscript-language

A Visual Studio Code extension for Roku's BrightScript language
MIT License
104 stars 41 forks source link

linter reports problems on valid BrightScript code #464

Open iBicha opened 1 year ago

iBicha commented 1 year ago

Testing samples from https://github.com/MotleyCoderDev/wasm2brs, the generated code (of few of the samples) are valid BrightScript code, and runs on Roku device, but the extension finds many compilation issues with it.

project.zip

The zip file can be sideloaded, but vs code will about 300 problems with it

chrisdp commented 1 year ago

@iBicha Thanks for this! Some of them are valid run time errors but many of them seem related the the type declaration characters on literals. We will try and take a look!