by spam38 on Wed Jul 14, 2010 10:38 pm
I just discovered a minor issue with DLTK indexing when a project contains a symbolic that refers to a parent directory (ie: siteroot/foo/bar points to siteroot/) that causes infinite recursion. Because of the symlink, the indexer will scan siteroot/*, then siteroot/foo/bar/*, then siteroot/foo/bar/foo/bar/*, etc. Removing the symbolic link will prevent this, but it probably shouldn't happen in the first place. (The find command and grep -r will work just fine in these conditions)