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
Fix#2118 : limit CtagsReader lookahead for pathologically-long lines
Background: Universal ctags extracts tags from
pathologically-long lines but only shows the
pattern from the initial part of the line.
OpenGrok will now only try to find heuristically
the position of tags beyond the initial pattern
up to a limit of 2,000 characters.
Also, a tiny cache is used to speed sequential
tags from the same line.
0 commit comments