Closed
Bug 1195610
Opened 10 years ago
Closed 4 years ago
DXR htmlifier warning should be enhanced
Categories
(Webtools Graveyard :: DXR, defect)
Webtools Graveyard
DXR
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jlmarr53, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/600.7.12 (KHTML, like Gecko) Version/8.0.7 Safari/600.7.12
Steps to reproduce:
Ran dxr index on my large code base.
Actual results:
Several warnings with this text:
/usr/lib/python2.7/site-packages/dxr-2.0-py2.7.egg/dxr/lines.py:224: UserWarning: htmlifier plugins requested overlapping <a> tags. Fix the plugins.
warn('htmlifier plugins requested overlapping <a> tags. Fix the plugins.')
Expected results:
A warning identifying the source code that htmlifier had trouble with would be useful so I can write a useful bug report on htmlifier.
htmlifier plugins requested overlapping <a> tags when processing file foo.cxx on line 123.
Comment 1•4 years ago
|
||
DXR is no longer available. Searchfox is now replacing it.
See meta bug 1669906 & https://groups.google.com/g/mozilla.dev.platform/c/jDRjrq3l-CY for more details.
Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
Updated•4 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•