rokucommunity / brighterscript

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

Signtuare issues: nested sigs, and run time errors #286

Open georgejecook opened 3 years ago

georgejecook commented 3 years ago

I'm seeing that my latest signature info changes do not well handle cases such as:

myFunc(arg1, myotherfunc(someArgs),myFuncArg2)

I also have wrapped the Languag Server function with try catch, due to some issues I've seen.. both of these things need to get addressed.

georgejecook commented 3 years ago

@TwitchBronBron want you aware of this. Ill try pickit up if I get some time.