I constantly encounter the error, which is annoying.
Too many edits on one single line - possible recursion in macro calls
compilation will be terminated
There is no real bug in the code (no infinite nest, no recursion). I have to shorten the line by changing the parameter names to shorter names. I have almost made the parameter names as short as possible.
Is there a way to get rid of this error? e.g. turn off checking the length of a line?
Thanks!