Re: [Vala] A problem in writing some ValaIde plugin..

2010-03-31 Thread Nicolas Joseph
Hello, I have added, in trunk, the support for specific compilation configuration for plugins. Try the attached sample plugin, I don't have problem. 2010/3/29 Arkadi Viner arkash...@gmail.com Hello, I'm trying to write a simple plugin for ValaIde, which is called 'Terminal', which should

Re: [Vala] Vala 0.7.10.262 pre-release

2010-03-31 Thread jp0409
Hi, Please, apply the patch in https://bugzilla.gnome.org/show_bug.cgi?id=613943 Regards, JP A new Vala version will be released shortly. To make sure that we have not introduced serious regressions, we'd like to invite everyone to test the following pre-release and report any regressions or

Re: [Vala] Vala 0.7.10.262 pre-release

2010-03-31 Thread Nicolas Joseph
Hi, I tried to compile Val(a)IDE with this version and I have some errors: libvalide/libyaml-glib/src/builder.vala:111.32-111.40: warning: deprecated syntax, use [CCode (has_target = false)] libvalide/libyaml-glib/src/builder.vala:520.32-520.39: warning: deprecated syntax, use [CCode

[Vala] [ANNOUNCE] Vala 0.8.0 - Compiler for the GObject type system

2010-03-31 Thread Jürg Billeter
We are pleased to announce version 0.8.0 of Vala, a compiler for the GObject type system. Vala 0.8.0 is now available for download at: http://download.gnome.org/sources/vala/0.8/ Changes since 0.7.10 * Infer type arguments when calling generic methods. * Support `in' operator for arrays. *

[Vala] HashMap issues

2010-03-31 Thread Joseph Montanez
I am guessing this has to do with generics and the fact I have to build a generic for my own class with integration with HashMap var url_list = new Gee.HashMapstring, Url (GLib.str_hash, GLib.str_equal, GLib.direct_equal); url_list.has_key(foo); main.vala:147.32-147.46: error: The name `has_key'