PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 1101 - Report invalid function signatures in typesystem
: Report invalid function signatures in typesystem
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: Shiboken
: HEAD
: PC Linux
: P4 normal
Assigned To: Marcelo Lira
:
:
:
  Show dependency treegraph
 
Reported: 2011-12-21 06:31 EET by anatoly techtonik
Modified: 2012-01-02 21:44 EET (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description anatoly techtonik 2011-12-21 06:31:20 EET
As per https://groups.google.com/forum/#!topic/pyside/7rSassxTfxo the signature
like `<function signature='avbin_get_version(void)' />` is invalid. However,
Shiboken doesn't validate or report it as such.

It would save newcomers from confusion if Shiboken could validate allowed
values for this attribute (using regular expressions, for example) and report
these errors.
Comment 1 Marcelo Lira 2011-12-30 19:26:40 EET
Fixed in ApiExtractor/6c4b7e91.