GNOME Bugzilla – Bug 629959
Error scanning GtkSourceView
Last modified: 2015-02-07 16:54:13 UTC
GISCAN GtkSource-3.0.gir Traceback (most recent call last):
+ Trace 223771
sys.exit(scanner_main(sys.argv))
main.transform()
self._namespace.walk(self._pass_read_annotations)
node.walk(callback, [])
res = callback(self, chain)
self._apply_annotations_function(node, chain)
self._apply_annotations_callable(node, chain, block)
self._apply_annotations_params(node, node.parameters, block)
self._apply_annotations_param(parent, param, tag)
self._apply_annotations_param_ret_common(parent, param, tag)
node.type = self._resolve(param_type.one(), node.type)
(text, result.ctype))
log_node(WARNING, node, text, context=context)
ml.log_node(log_type, node, text, context=context)
elif len(file_positions) == 0 and hasattr(node, 'name'):
Please have a look at this soon as it is blocking us in gedit.
The following fixes have been pushed: 2a70a47 [maintransformer] Make warning more robust 597ce27 [message] Set file_positions to an empty list
Created attachment 170622 [details] [review] [maintransformer] Make warning more robust Instead of assuming that a parent node is always passed in, make sure to handle that case. Fixes
Created attachment 170623 [details] [review] [message] Set file_positions to an empty list So we can always pass it into len() without breaking
[Mass-moving gobject-introspection tickets to its own Bugzilla product - see bug 708029. Mass-filter your bugmail for this message: introspection20150207 ]