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 620757 - Vala support plugin
Vala support plugin
Status: RESOLVED FIXED
Product: anjuta
Classification: Applications
Component: plugins: language-support-vala
git master
Other Linux
: Normal normal
: ---
Assigned To: Abderrahim Kitouni
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2010-06-06 16:52 UTC by Abderrahim Kitouni
Modified: 2010-06-07 18:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add Vala support plugin (122.09 KB, patch)
2010-06-06 16:53 UTC, Abderrahim Kitouni
accepted-commit_now Details | Review

Description Abderrahim Kitouni 2010-06-06 16:52:33 UTC
Here is the Vala support plugin I wrote for GSoC 2008.

There is a known issue when saving a file (you get something like: cannot have multiple base classes GLib.Object and GLib.Object), I filed this as bug 620753.
Comment 1 Abderrahim Kitouni 2010-06-06 16:53:57 UTC
Created attachment 162874 [details] [review]
add Vala support plugin
Comment 2 Johannes Schmid 2010-06-07 13:38:11 UTC
Review of attachment 162874 [details] [review]:

Nice! In the long term we should try to get rid of the .vapi files with fully gobject-introspectable APIs.

I will try to get it into todays unstable release. I hope that there will be a vala release, too, so we could depend on the fixed version.

Thanks!