Open
Description
After adding many operations, our project started to get this error. We've been bumping the limit from default to 512
and today we hit the limit again - need to bump to 1024
to compile.
Is it a bad practice to increase the limit? To my understanding it's a compile-time issue so the process in run-time should not be affected anyway.
And given how this macro works, it seems make sense that it'd hit the limit as operations become more and more. Just want to confirm that we didn't misuse anything here.
Thanks!