[Bug 101301] New: gtk-doc comment lists too few arguments for TpBasePasswordChannel::finished
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Jun 5 14:10:40 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=101301
Bug ID: 101301
Summary: gtk-doc comment lists too few arguments for
TpBasePasswordChannel::finished
Product: Telepathy
Version: git master
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: tp-glib
Assignee: telepathy-bugs at lists.freedesktop.org
Reporter: lantw44 at gmail.com
QA Contact: telepathy-bugs at lists.freedesktop.org
This error causes incorrect names to be assigned to function arguments when
using the old perl-based gtkdoc-mkdb, and it causes the new python-based
gtkdoc-mkdb to crash with following messages:
Traceback (most recent call last):
File "/home/lantw44/gnome/devinstall/bin/gtkdoc-mkdb", line 63, in <module>
mkdb.Run(options)
File "/home/lantw44/gnome/devinstall/share/gtk-doc/python/gtkdoc/mkdb.py",
line 284, in Run
changed, book_top, book_bottom = OutputDB(os.path.join(ROOT_DIR, MODULE +
"-sections.txt"), options)
File "/home/lantw44/gnome/devinstall/share/gtk-doc/python/gtkdoc/mkdb.py",
line 727, in OutputDB
sig_synop, sig_desc = GetSignals(symbol)
File "/home/lantw44/gnome/devinstall/share/gtk-doc/python/gtkdoc/mkdb.py",
line 3328, in GetSignals
param_name = list(sourceparams)[j] # keys as list
IndexError: list index out of range
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
More information about the telepathy-bugs
mailing list