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 644779 - Support for Experimental attribute
Support for Experimental attribute
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: general
0.11.x
Other Linux
: Normal enhancement
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on: 643489
Blocks: 644751
 
 
Reported: 2011-03-15 00:43 UTC by Marco Trevisan (Treviño)
Modified: 2011-03-15 20:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
vala and vapigen: support for Experimental attribute (17.72 KB, patch)
2011-03-15 00:43 UTC, Marco Trevisan (Treviño)
none Details | Review

Description Marco Trevisan (Treviño) 2011-03-15 00:43:41 UTC
Created attachment 183397 [details] [review]
vala and vapigen: support for Experimental attribute

When an used symbol is marked as experimental (using the 
[Experimental] attribute) a warning is shown.

Vapigen gidl parser has been updated too and the vapi files using it
have been regenerated ad updated.
Comment 1 Jürg Billeter 2011-03-15 20:46:56 UTC
commit f197d7330bd2c0cf3c8c0b7ce419e411e354aac3
Author: Marco Trevisan (Treviño) <mail@3v1n0.net>
Date:   Tue Mar 15 01:39:53 2011 +0100

    Add support for [Experimental] attribute
    
    Report a warning when using experimental symbols. The GIDL parser has
    been updated, too, and bindings have been regenerated.
    
    Fixes bug 644779.