You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Obviously a bit contrived but actually got bit by this in a case where there are a few long comments intervening & several functions with long messages.
Something goes wrong with the eval(substitute()) approach at some number of characters. The issue is surmountable but \n isn't caught by .* in perl regex (which is what re_substitutes is using).
The text was updated successfully, but these errors were encountered:
Obviously a bit contrived but actually got bit by this in a case where there are a few long comments intervening & several functions with long messages.
Something goes wrong with the
eval(substitute())
approach at some number of characters. The issue is surmountable but\n
isn't caught by.*
inperl
regex (which is whatre_substitutes
is using).The text was updated successfully, but these errors were encountered: