After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 603537 - Allow creation of non-simple structures
Allow creation of non-simple structures
Status: RESOLVED FIXED
Product: pygi
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal normal
: 0.6
Assigned To: Simon van der Linden
pygi-maint
Depends on: 606447 606452
Blocks:
 
 
Reported: 2009-12-01 22:27 UTC by Simon van der Linden
Modified: 2010-04-16 18:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Allow creating structs with pointers (890 bytes, patch)
2010-04-16 17:39 UTC, Tomeu Vizoso
none Details | Review
Allow creating structs with pointers (1.41 KB, patch)
2010-04-16 18:35 UTC, Tomeu Vizoso
accepted-commit_now Details | Review

Description Simon van der Linden 2009-12-01 22:27:31 UTC
I don't see any reason why we couldn't create instances of structures that contain  pointers, if we initialize them to 0 (what we don't do yet).
Comment 1 Tomeu Vizoso 2010-04-16 17:39:51 UTC
Created attachment 158907 [details] [review]
Allow creating structs with pointers
Comment 2 Zach Goldberg 2010-04-16 17:44:51 UTC
Please make sure that make check still passes and update tests as necessary for this new behavior :)
Comment 3 Tomeu Vizoso 2010-04-16 18:35:22 UTC
Created attachment 158914 [details] [review]
Allow creating structs with pointers
Comment 4 Zach Goldberg 2010-04-16 18:46:47 UTC
Review of attachment 158914 [details] [review]:

LGM