I’m talking about labels, which are named code sections that you can use goto to to jump into. Not Label
I’m seeing errors that happen especially when there’s a high number of labels in a function
Compilation Failed.
pkg:/source/playlet-text-render-wasm.out.brsLabel/Line Not Found.
(compile error &h0e) in pkg:/source/playlet-text-render-wasm.out.brs 'w2b_b0_11927667'Label/Line Not Found.
I’ve had cases where I did not reach the 256 limit (some functions are in the one or two hundreds) and I hit the error message above. Is that possible? (hitting the error before reaching the limit?)
Is there a way to increase the limit? (I would really appreciate if that’s possible)
I tried my best to work around the label count limitation by going a different approach, but I got hit with a stack overflow (at #55) which is such a low number.
Honestly this is sad for a language being used in 2023