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 693054 - [PATCH] valagirparser: Ignore the new instance-parameter tag
[PATCH] valagirparser: Ignore the new instance-parameter tag
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Code Generator
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2013-02-02 13:22 UTC by Colin Walters
Modified: 2013-02-02 23:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] valagirparser: Ignore the new instance-parameter tag (897 bytes, patch)
2013-02-02 13:22 UTC, Colin Walters
accepted-commit_now Details | Review

Description Colin Walters 2013-02-02 13:22:21 UTC
Created attachment 235061 [details] [review]
[PATCH] valagirparser: Ignore the new instance-parameter tag

g-ir-scanner will now start emitting the instance parameter; since
vala doesn't need this, just skip it.
---
 vala/valagirparser.vala |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
Comment 1 Luca Bruno 2013-02-02 18:36:09 UTC
Review of attachment 235061 [details] [review]:

As long as you tested it looks fine, thanks.