Anyone know how to bump the deep recursion limit?
I know how to turn off the warning (no warnings 'recursion'). Yet, I would rather keep the warning and raise the limit.
I have code that is legitimately encountering the default limit (100 or so). It is perfectly fine code. All would be well if I could set the warning to 1000.
Thanks for the help.