Re: [Vala] Maintaining bindings

2009-10-28 Thread Evan Nemerson
On Tue, 2009-10-27 at 19:45 +0100, Jürg Billeter wrote: On Tue, 2009-10-27 at 19:00 +0100, Jürg Billeter wrote: as my time available for Vala does not grow the same as the number of bindings we ship, I'm looking for a volunteer to take over maintenance of Vala bindings. While there are

Re: [Vala] Maintaining bindings

2009-10-28 Thread Victor Manuel Jáquez Leal
On Tue, Oct 27, 2009 at 7:00 PM, Jürg Billeter j...@bitron.ch wrote: Is there anyone out there who feels up to task? I can also take some bindings. vmjl ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

[Vala] [Genie] Object members

2009-10-28 Thread Patrick Castle
Just stuffing about at the moment getting my head about creating classes in Genie. From what I gather, every variable you declare outside of a method is a member/property of that class. What I'm finding a bit confusing is there isn't just one way to declare a property it seems - but both ways

[Vala] vala.vim updated

2009-10-28 Thread Sergi Alvarez
I have updated the vala.vim to colorize the following keywords: async owned unowned assert Do somebody tried to push this syntax highlight file to the upstream vim? http://live.gnome.org/Vala/Vim --pancake ___ Vala-list mailing list

Re: [Vala] Problems with static properties

2009-10-28 Thread Jan Stępień
On Tue, 27 Oct 2009 05:33:16 +0200 Jan Stępień j...@stepien.cc wrote: On Mon, 26 Oct 2009 07:14:15 +0200 Jan Stępień j...@stepien.cc wrote: $ cat Test.vala class Test { public static int x {get; set;} Test(int val) { x = val; nop(x); } private void nop(int a) { } }

Re: [Vala] [Genie] Object members

2009-10-28 Thread Abderrahim Kitouni
Hi, 2009/10/28 Patrick Castle lem...@bigpond.com: Just stuffing about at the moment getting my head about creating classes in Genie. From what I gather, every variable you declare outside of a method is a member/property of that class. What I'm finding a bit confusing is there isn't just one

Re: [Vala] Maintaining bindings

2009-10-28 Thread Abderrahim Kitouni
Hi, 2009/10/27 Jürg Billeter j...@bitron.ch: Being bindings maintainer does not mean that you have to fix all issues that come up yourself, of course. The idea is that there is someone that is familiar enough with Vala bindings to triage bug reports and review and commit patches. This would

Re: [Vala] [Genie] Object members

2009-10-28 Thread Jamie McCracken
On Wed, 2009-10-28 at 10:39 +, Patrick Castle wrote: Just stuffing about at the moment getting my head about creating classes in Genie. From what I gather, every variable you declare outside of a method is a member/property of that class. What I'm finding a bit confusing is there isn't

Re: [Vala] [Genie] Object members

2009-10-28 Thread Abderrahim Kitouni
Hi, (the best way I know to figure out genie syntax is to look at the parser's source code) class Test : Object    private a : int it seems this should be a : private int class abstract Test : Object seems ok Abderrahim ___ Vala-list mailing

Re: [Vala] [Genie] Object members

2009-10-28 Thread Patrick Castle
Jamie McCracken wrote: On Wed, 2009-10-28 at 10:39 +, Patrick Castle wrote: Just stuffing about at the moment getting my head about creating classes in Genie. From what I gather, every variable you declare outside of a method is a member/property of that class. What I'm finding a bit

Re: [Vala] [Genie] Object members

2009-10-28 Thread Jamie McCracken
On Thu, 2009-10-29 at 01:50 +1100, Patrick Castle wrote: Thanks for that. I looked back at the Genie page and did a bit of Googling. I think I understand the distinction between field and property. It would seem from a good practice point of view that fields would generally be private and

Re: [Vala] [Genie] Object members

2009-10-28 Thread Patrick Castle
Jamie McCracken wrote: On Thu, 2009-10-29 at 01:50 +1100, Patrick Castle wrote: Thanks for that. I looked back at the Genie page and did a bit of Googling. I think I understand the distinction between field and property. It would seem from a good practice point of view that fields would

Re: [Vala] vala.vim updated

2009-10-28 Thread Hans Vercammen
Hi Sergi, On Wed, 2009-10-28 at 11:45 +0100, Sergi Alvarez wrote: I have updated the vala.vim to colorize the following keywords: Thanks. Could you try to keep them somewhat alphabetically sorted, that way it's easier to match them up with the vala lexer. async owned unowned assert Not sure

Re: [Vala] vala.vim updated

2009-10-28 Thread Marc-André Lureau
Hi On Thu, Oct 29, 2009 at 12:15 AM, Hans Vercammen hve...@gmail.com wrote: Another (not uncommon) option would be to distribute syntax files with the vala tarball, so it always matches the installed release. But I don't have a strong opinion about this since writing vala code isn't and

Re: [Vala] vala.vim updated

2009-10-28 Thread Hans Vercammen
On Thu, 2009-10-29 at 00:45 +0100, Marc-André Lureau wrote: On Thu, Oct 29, 2009 at 12:15 AM, Hans Vercammen hve...@gmail.com wrote: Another (not uncommon) option would be to distribute syntax files with the vala tarball, so it always matches the installed release. But I don't have a strong