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 733075 - a gobject property and a constant may generate conflicting C code
a gobject property and a constant may generate conflicting C code
Status: RESOLVED DUPLICATE of bug 694236
Product: vala
Classification: Core
Component: Code Generator
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2014-07-11 20:38 UTC by Stefano Facchini
Modified: 2018-02-19 09:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
test case (126 bytes, text/x-vala)
2014-07-11 20:38 UTC, Stefano Facchini
Details

Description Stefano Facchini 2014-07-11 20:38:20 UTC
Created attachment 280532 [details]
test case

See the attached example. The generated test.c contains:

enum  {
        TEST_DUMMY_PROPERTY,
        TEST_FOO
};
#define TEST_FOO 5
Comment 1 Rico Tzschichholz 2018-02-19 09:14:16 UTC

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