[Lxr-dev] [ lxr-Bugs-592922 ] Indexing & Referencing Bug
Brought to you by:
ajlittoz
From: <no...@so...> - 2002-09-20 09:28:46
|
Bugs item #592922, was opened at 2002-08-09 13:58 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=592922&group_id=27350 Category: genxref Group: current cvs >Status: Closed >Resolution: Duplicate Priority: 5 Submitted By: Shree Kumar (shreekumar) Assigned to: Nobody/Anonymous (nobody) Summary: Indexing & Referencing Bug Initial Comment: Say, I change(or add) a file and run genxref on the source-tree. Genxref now indexes the file. But other files might also contain references to symbols defined in the changed file. First, all references to this file from all files have to be deleted. Then all files have to be referenced. This is not handled in any LXR version till now. In a way, this bug is related to my previous bug report "Indexing files once Indexed is buggy" ---------------------------------------------------------------------- >Comment By: Malcolm Box (mbox) Date: 2002-09-20 18:28 Message: Logged In: YES user_id=215386 Correct. Incremental indexes is hard to do. The easiest solution, if your repository is small enough, is to re-run the complete genxref regularly, so that the data is not (too) out of date. In general the problem you point out won't occur, because it would be unusual to change a file to define a symbol in other files without also editing/changing the other files. I'm closing this as a duplicate of bug http://sourceforge.net/tracker/index.php?func=detail&aid=518365&group_id=27350&atid=390117 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=592922&group_id=27350 |