Re: [Vala] Forum for Vala/Genie

2009-10-01 Thread Xavier Bestel
On Wed, 2009-09-30 at 22:00 +0200, Jiří Zárevúcky wrote: All the important things were said so I'll simply say that I agree with Jan and Michael. We don't need forums and we probably never will. I'd say you're all old farts :) If some people prefer a forum as a mean of communication, so be it.

Re: [Vala] Forum for Vala/Genie

2009-10-01 Thread Nicolas Joseph
Hi, On Thu, 1 Oct 2009 09:57:12 +0200, Arkadi Viner arkash...@gmail.com wrote: I agree with Xaviar, Vala's community will grow and the mailing list will become really annoying... I think we should have a forum too... I'm also agree! If you are interested, I can host the forum on my

Re: [Vala] Forum for Vala/Genie

2009-10-01 Thread Andrea Bolognani
On Thu, Oct 01, 2009 at 09:46:07AM +0200, Xavier Bestel wrote: On Wed, 2009-09-30 at 22:00 +0200, Jiří Zárevúcky wrote: All the important things were said so I'll simply say that I agree with Jan and Michael. We don't need forums and we probably never will. I'd say you're all old farts

Re: [Vala] Impossible to subclass from gio stream classes?

2009-10-01 Thread Jiří Zárevúcky
On Wed, Sep 30, 2009 at 7:46 PM, Jan Hudec b...@ucw.cz wrote: On Wed, Sep 30, 2009 at 18:58:54 +0200, Philipp Zabel wrote: I'd like to subclass GLib.BufferedInputStream. Vala doesn't like the following construct: class MyStream : GLib.BufferedInputStream {     MyStream (GLib.InputStream

Re: [Vala] Forum for Vala/Genie

2009-10-01 Thread Michael B. Trausch
On Thu, 2009-10-01 at 09:46 +0200, Xavier Bestel wrote: I'd say you're all old farts :) I am not! I just prefer things that are used as intended... call me a pedant, but I'm not an old fart. :-P Well, alright, I might be relative to you, but still... ;-) If some people prefer a forum as a

Re: [Vala] Impossible to subclass from gio stream classes?

2009-10-01 Thread Jan Hudec
On Thu, Oct 01, 2009 at 14:57:19 +0200, Jiří Zárevúcky wrote: On Wed, Sep 30, 2009 at 7:46 PM, Jan Hudec b...@ucw.cz wrote: On Wed, Sep 30, 2009 at 18:58:54 +0200, Philipp Zabel wrote: I'd like to subclass GLib.BufferedInputStream. Vala doesn't like the following construct: class

Re: [Vala] Impossible to subclass from gio stream classes?

2009-10-01 Thread Jan Hudec
On Thu, Oct 01, 2009 at 09:43:39 +0200, Xavier Bestel wrote: Does that mean that sbuclassing a non-Vala GObject is different from subclassing a Vala one ? Well, somewhat. For non-vala classes, you can't call non-default constructors. They always have a default one (even though none is declared)

[Vala] Anyone know of a vala postgresql hello world example?

2009-10-01 Thread Reid Thompson
Thanks, reid ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] Building a build tool

2009-10-01 Thread Phil Housley
2009/9/30 Ali Sabil ali.sa...@gmail.com: On Tue, Sep 29, 2009 at 11:30 PM, Phil Housley undeconstruc...@gmail.com wrote: I've been messing around with a little build tool recently ... Thoughts? I have started thinking about something similar a while ago based on the declarative maven

Re: [Vala] Impossible to subclass from gio stream classes?

2009-10-01 Thread pHilipp Zabel
On Thu, Oct 1, 2009 at 7:04 PM, Jan Hudec b...@ucw.cz wrote: On Thu, Oct 01, 2009 at 09:43:39 +0200, Xavier Bestel wrote: Does that mean that sbuclassing a non-Vala GObject is different from subclassing a Vala one ? Well, somewhat. For non-vala classes, you can't call non-default