Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#5986 closed defect (wontfix)

pyGIT: Pop from empty list

Reported by: dfm@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: version control Version: 0.10.4
Severity: normal Keywords: plugin
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

From

http://reductivelabs.com/projects/puppet/
click on Cookbook
results in python Traceback (most recent call last):
  File "/var/lib/python-support/python2.4/trac/web/main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "/var/lib/python-support/python2.4/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "build/bdist.linux-i686/egg/tractags/web_ui.py", line 181, in process_request
  File "build/bdist.linux-i686/egg/tractags/macros.py", line 216, in render_listtagged
  File "/var/lib/python-support/python2.4/trac/wiki/formatter.py", line 1008, in wiki_to_oneliner
    OneLinerFormatter(env, absurls, db).format(wikitext, out, shorten)
  File "/var/lib/python-support/python2.4/trac/wiki/formatter.py", line 916, in format
    result = re.sub(self.wiki.rules, self.replace, result)
  File "sre.py", line 142, in sub
    return _compile(pattern, 0).sub(repl, string, count)
  File "/var/lib/python-support/python2.4/trac/wiki/formatter.py", line 770, in replace
    replacement = self.handle_match(fullmatch)
  File "/var/lib/python-support/python2.4/trac/wiki/formatter.py", line 763, in handle_match
    return external_handler(self, match, fullmatch)
  File "/var/lib/python-support/python2.4/trac/versioncontrol/web_ui/changeset.py", line 697, in <lambda>
    y, z))
  File "/var/lib/python-support/python2.4/trac/versioncontrol/web_ui/changeset.py", line 715, in _format_changeset_link
    changeset = self.env.get_repository().get_changeset(rev)
  File "build/bdist.linux-i686/egg/gitplugin/git_fs.py", line 63, in get_changeset
  File "build/bdist.linux-i686/egg/gitplugin/git_fs.py", line 189, in __init__
  File "build/bdist.linux-i686/egg/gitplugin/PyGIT.py", line 77, in read_commit
IndexError: pop from empty list

Attachments (0)

Change History (4)

comment:1 by Emmanuel Blot, 17 years ago

Component: generalversion control
Description: modified (diff)
Keywords: plugin added
Resolution: wontfix
Status: newclosed
Summary: tracd/0.10.4 Python/2.4.4 pyGIT Pop from empty listpyGIT: Pop from empty list
Version: 0.10.4

This is an issue in the th:TracGitPlugin and should be reported to the plugin maintainer.

comment:2 by anonymous, 17 years ago

Resolution: wontfix
Status: closedreopened

comment:3 by Emmanuel Blot, 17 years ago

Resolution: wontfix
Status: reopenedclosed

in reply to:  1 comment:4 by anonymous, 17 years ago

Replying to eblot:

This is an issue in the th:TracGitPlugin and should be reported to the plugin maintainer.

actually, the plugin in question was the th:GitPlugin … :-)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.