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 523749 - Instance delegates when stored in a container don't work
Instance delegates when stored in a container don't work
Status: RESOLVED DUPLICATE of bug 521688
Product: vala
Classification: Core
Component: Code Generator
0.1.x
Other All
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2008-03-21 23:00 UTC by Ali Sabil
Modified: 2008-10-09 18:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ali Sabil 2008-03-21 23:00:14 UTC
Please describe the problem:
If a container (List ...) is used to store instance delegates (to build a hooklist for example), the generated C code for calling the delegate is incorrect.

Steps to reproduce:
 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Jürg Billeter 2008-03-22 20:26:54 UTC
Confirming. We probably won't support this for GList but possibly for GeeArrayList. For now you have to box delegates manually in an object instance.
Comment 2 Jürg Billeter 2008-10-09 18:28:50 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 521688 ***