rokucommunity / brighterscript

A superset of Roku's BrightScript language
MIT License
153 stars 47 forks source link

Prevent alias circular reference stackoverflow #1182

Open TwitchBronBron opened 2 months ago

TwitchBronBron commented 2 months ago

I encountered a stackoverflow when trying to get the type of an alias that pointed to itself. This is obviously not supported, but we should fall back to dynamic or something instead of crashing the process.

image