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 94 - Fail to detect functions with multiple dimensions
: Fail to detect functions with multiple dimensions
Status: CLOSED INVALID
Product: PySide
Classification: Unclassified
Component: BoostPythonGenerator
: HEAD
: All All
: P5 normal
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2009-11-06 14:44 EET by renato filho
Modified: 2009-11-24 18:07 EET (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description renato filho 2009-11-06 14:44:33 EET
typesystem does not remove functions with a multiple dimensions array in your
signature.

Fail to detect in Qt 4.6 OpenGL module 
void setUniformValue(const char *name, const GLfloat value[4][4]);
Comment 1 Luciano Wolf 2009-11-18 14:22:18 EET
Methods using multiple dimension array can be removed using "Array" keyword
instead of "int**" inside typesystem file.
Comment 2 Luciano Wolf 2009-11-18 14:23:33 EET
QtOpenGL fixed on commit c92c3cc086fae900e73e14d76e14c3e75915064f
Comment 3 renato filho 2009-11-24 18:07:19 EET
fixed on PySide release 0.2.2.