Modify

Opened 14 years ago

Last modified 3 months ago

#7255 new defect

repoSearch failed in reindexing step

Reported by: jean-christophe.aude@… Owned by: Alex Smith
Priority: normal Component: RepoSearchPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

When doing the first search I got the following trac error message..

TypeError: argument of type 'dbm.dbm' is not iterable

Hereafter the traceback...

File "/Library/Python/2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/web/main.py", line 435, in _dispatch_request
  dispatcher.dispatch(req)
File "/Library/Python/2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/web/main.py", line 205, in dispatch
  resp = chosen_handler.process_request(req)
File "/Library/Python/2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/search/web_ui.py", line 106, in process_request
  results += list(source.get_search_results(req, terms, filters))
File "build/bdist.macosx-10.5-i386/egg/tracreposearch/search.py", line 80, in get_search_resultsFile "build/bdist.macosx-10.5-i386/egg/tracreposearch/indexer.py", line 97, in wrapFile "build/bdist.macosx-10.5-i386/egg/tracreposearch/indexer.py", line 247, in reindexFile "build/bdist.macosx-10.5-i386/egg/tracreposearch/indexer.py", line 227, in _invalidate_fileFile "build/bdist.macosx-10.5-i386/egg/tracreposearch/indexer.py", line 36, in __contains__

Attachments (0)

Change History (4)

comment:1 Changed 13 years ago by Ryan J Ollos

Hello,

I took over maintainership of this plugin from athomas some time ago. There is a significant amount of work to do on this plugin, and I don't foresee having the time to do it all.

helend has written the TracSuposePlugin, which seems like a much better solution. Rather than writing the repository search functionality from scratch, a Trac interface to an existing repository search tool has been created. Rather than throwing more effort at this plugin, I'd prefer to help helend with enhancements to the TracSuposePlugin, or spend my time on other Trac plugin projects altogether.

I'd like to get some feedback and hear if anyone knows of a compelling reason to continue this project rather than moving to the TracSuposePlugin. Is there functionality in this plugin that doesn't exist in the TracSuposePlugin? I'm open to hearing all opinions and suggestions.

I'll leave these tickets open for about a week, but in all likelihood will close all of them and deprecate the plugin.

Thanks for your time,

  • Ryan

comment:2 Changed 10 years ago by Ryan J Ollos

Owner: changed from Ryan J Ollos to anonymous

comment:3 Changed 3 months ago by Ryan J Ollos

Owner: changed from anonymous to Alex Smith
Status: newassigned

comment:4 Changed 3 months ago by Ryan J Ollos

Status: assignednew

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain Alex Smith.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.