[Bug 20776] Work out what to do about 16-bit types

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu May 10 18:56:33 CEST 2012


https://bugs.freedesktop.org/show_bug.cgi?id=20776

--- Comment #4 from Simon McVittie <simon.mcvittie at collabora.co.uk> 2012-05-10 09:56:33 PDT ---
Yes, please do, so this doesn't take another 3 years.

+ if self.dbus_type == 'q':
+ raise UntypedItem("Node referred to by '%r' has type 'q' which is unsupported
"
+ "by dbus-glib; use 'u' instead" % self)

Please complain about int16 too (I think it's 'n').

I think "if 'n' in self.dbus_type or 'q' in self.dbus_type" would be a better
check, to catch things like an a(sq) not qualified by a tp:type too.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are the assignee for the bug.



More information about the telepathy-bugs mailing list