View Issue Details

IDProjectCategoryView StatusLast Update
0000926doodleindexingpublic2005-09-19 04:34
ReporterCwiiis Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Summary0000926: Doodle will recurse down directories specified in PRUNEPATHS
DescriptionDoodle will recurse down directories you exclude using PRUNEPATHS (or the command-line switch), making indexing much slower than it needs to be.
Additional InformationThis is because only do_index in doodle.c checks for pruned names.

Suggested fix:
- Make isPruned a global function
- Pass prunepaths in parameters to scanDirectory

I have fixed this in my local build, however I haven't done it cleanly and given it's such a small change, I won't submit a patch unless asked.

I have been building from the debian source of v0.6.2 of doodle.
TagsNo tags attached.

Activities

Christian Grothoff

2005-09-04 17:44

manager   ~0002221

Fixed in SVN 2061.

Issue History

Date Modified Username Field Change
2005-08-31 19:30 Cwiiis New Issue
2005-09-04 17:33 Christian Grothoff Status new => assigned
2005-09-04 17:33 Christian Grothoff Assigned To => Christian Grothoff
2005-09-04 17:44 Christian Grothoff Status assigned => resolved
2005-09-04 17:44 Christian Grothoff Resolution open => fixed
2005-09-04 17:44 Christian Grothoff Note Added: 0002221
2005-09-19 04:34 Christian Grothoff Status resolved => closed