hulu / roca

A command-line tool for running brightscript tests
Apache License 2.0
25 stars 19 forks source link

Compile time const error #121

Open disc7 opened 2 years ago

disc7 commented 2 years ago

Hi all

How are you handling Conditional compilation variables?

Our project makes use of compile time costs (https://developer.roku.com/en-ca/docs/references/brightscript/language/conditional-compilation.md) and when running Hulu Roca we're seeing the following error:

Attempting to reference undefined #const with name 'SOME_COMPILE_TIME_CONST'

Reading thru the Docs there is no mention of setting up a Hulu Roca manifest or ignore error type list?

Thanks