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 572757 - Computed C header filenames are not pushed to the Vala.Namespace
Computed C header filenames are not pushed to the Vala.Namespace
Status: RESOLVED NOTABUG
Product: vala
Classification: Core
Component: general
0.5.x
Other All
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks: 568951
 
 
Reported: 2009-02-22 17:08 UTC by Didier "Ptitjes"
Modified: 2009-02-23 11:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Didier "Ptitjes" 2009-02-22 17:08:41 UTC
Please describe the problem:
When valac is called, the computed set of header files are not pushed to Vala.Namespace. Thus, in GIRWriter, calling ns.get_cheader_filenames() returns an empty string collection.

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Didier "Ptitjes" 2009-02-23 11:58:56 UTC
One has to traverse all the child symbols to retrieve C headers. This ticket can be closed.