GNOME Bugzilla – Bug 760682
[PATCH] giscanner: fix tests with python3.5
Last modified: 2016-01-18 18:33:02 UTC
GEN Identfilter-1.0.gir identfilter.h:7: Warning: Identfilter: identfilter_object_new: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip) identfilter.h:7: Warning: Identfilter: identfilter_object_new: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip) PASS: Identfilter-1.0.gir GEN Symbolfilter-1.0.gir Traceback (most recent call last):
+ Trace 235904
sys.exit(scanner_main(sys.argv))
transformer.parse(ss.get_symbols())
node = self._traverse_one(symbol)
return self._create_function(symbol)
name = self._strip_symbol(symbol)
(ns, name) = self.split_csymbol(ident)
matches = self._split_c_string_for_namespace_matches(symbol, is_identifier=False)
name, err = proc.communicate(name)
stdout, stderr = self._communicate(input, endtime, timeout)
input_view = memoryview(self._input)
Makefile:1866: recipe for target 'Symbolfilter-1.0.gir' failed
Created attachment 319117 [details] [review] giscanner: fix tests with python3.5
Review of attachment 319117 [details] [review]: Hum, what changed in 3.5 here? Well, patch looks reasonable.
Attachment 319117 [details] pushed as c598d73 - giscanner: fix tests with python3.5