[Lxr-dev] [ lxr-Bugs-3509876 ] Genxref invocation not recognised
Brought to you by:
ajlittoz
From: SourceForge.net <no...@so...> - 2012-03-21 21:18:01
|
Bugs item #3509876, was opened at 2012-03-21 14:18 Message generated for change (Tracker Item Submitted) made by ajlittoz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=3509876&group_id=27350 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: genxref Group: current cvs Status: Open Resolution: None Priority: 3 Private: No Submitted By: Andre-Littoz (ajlittoz) Assigned to: Andre-Littoz (ajlittoz) Summary: Genxref invocation not recognised Initial Comment: Config.pm: Formerly when no parameter group could be associated to the URL, _initialize would "die". This is not user-friendly when browsing code (or trying to) since the error message goes to STDERR. Under a web server, STDERR messages are written to the error log, not to the screen; thus the error message is not reported to the user. To circumvent this, sub _initialise has been modified in some 0.9.x release to return when not called by genxref. Unhappily, genxref detection is faulty and never matches. Now, when something goes wrong during genxref initialisation, the error is not reported! Suggested fix: split the detection statement in 2 simpler ones to avoid scalar/list ambiguity ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=3509876&group_id=27350 |