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 652446 - Code generator fails to generate variable
Code generator fails to generate variable
Status: RESOLVED DUPLICATE of bug 628336
Product: vala
Classification: Core
Component: Code Generator
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2011-06-13 11:11 UTC by Alexander Larsson
Modified: 2011-06-13 11:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Test case (375 bytes, text/plain)
2011-06-13 11:14 UTC, Alexander Larsson
Details

Description Alexander Larsson 2011-06-13 11:11:43 UTC
Attaching test case:

vala --pkg=gtk+-3.0 src/test.vala
/tmp/test.vala.E659WV.c: In function ‘test_main’:
/tmp/test.vala.E659WV.c:124:4: error: ‘email’ undeclared (first use in this function)
/tmp/test.vala.E659WV.c:124:4: note: each undeclared identifier is reported only once for each function it appears in
error: cc exited with status 256
Comment 1 Alexander Larsson 2011-06-13 11:14:20 UTC
Created attachment 189817 [details]
Test case
Comment 2 Luca Bruno 2011-06-13 11:20:39 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 bug 628336 ***