Re: [Vala] [ANNOUNCE] Vala 0.5.2 - Compiler for the GObject type system

2008-12-01 Thread Luca Dionisi
On Mon, Dec 1, 2008 at 9:56 PM, Jürg Billeter <[EMAIL PROTECTED]> wrote: > We are pleased to announce version 0.5.2 of Vala, a compiler for the > GObject type system. > Many thanks for the good work. The changelog does not mention anything about gir files, introspection, vapigen and the like. So,

Re: [Vala] Beginners question about keyboard input

2008-12-01 Thread Clément DAVID
Hi, I don't use the Genie syntax but a working sample for vala is : >> using GLib; public class SumCol { public static it main(string [] args) { int MAXLINELEN = 128; int sum = 0; char[] str = new char [MAXLINELEN]

Re: [Vala] [ANNOUNCE] Vala 0.5.2 - Compiler for the GObject type system

2008-12-01 Thread Alexander Bokovoy
On Mon, Dec 1, 2008 at 11:56 PM, Jürg Billeter <[EMAIL PROTECTED]> wrote: > We are pleased to announce version 0.5.2 of Vala, a compiler for the > GObject type system. > > Vala 0.5.2 is now available for download at: > http://download.gnome.org/sources/vala/0.5/ 'make check' fails for all tests o

Re: [Vala] Gee.HashMap - uncaught error: No demarshaller registered for type "GeeHashMap"

2008-12-01 Thread Ali Sabil
I think that for now you still have to use HashTable instead of Gee.HashMap On Sun, Nov 30, 2008 at 10:11 AM, Gilles Filippini <[EMAIL PROTECTED] > wrote: > Hello, > > I'm very new to vala, and while trying to use the Gee.HashMap int> type to handle a DBus dictionary I encountered the following e

Re: [Vala] Gee.HashMap - uncaught error: No demarshaller registered for type "GeeHashMap"

2008-12-01 Thread Gilles Filippini
Gilles Filippini a écrit : > Hello Ali, > > Ali Sabil a écrit : >> I think that for now you still have to use HashTable instead of Gee.HashMap > > I've tried GLib.HashTable too. And I'm stuck with the same kind of > run-time error: > > ** (process:3942): WARNING **: No demarshaller registered f

[Vala] Beginners question about keyboard input

2008-12-01 Thread Barry Kauler
I'm learning Vala, using the Genie syntax, and I'm stuck on something. It would be great if a kind soul reading this would take a moment to help me out. I'm writing a console app and I want to read one line from the keyboard. The C function gets() seems to be the one, however I get this this far:

Re: [Vala] Release testing

2008-12-01 Thread Daniel Lucraft
Minor VAPI update required to make GtkMateView compile: Index: vapi/gtk+-2.0.vapi === --- vapi/gtk+-2.0.vapi (revision 2015) +++ vapi/gtk+-2.0.vapi (working copy) @@ -4081,7 +4081,7 @@ public void get_iter_location (

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

2008-12-01 Thread Jürg Billeter
We are pleased to announce version 0.5.2 of Vala, a compiler for the GObject type system. Vala 0.5.2 is now available for download at: http://download.gnome.org/sources/vala/0.5/ Changes since 0.5.1 * Report uninitialized local variables. * Report unused fields, methods, and local variables.

Re: [Vala] Gee.HashMap - uncaught error: No demarshaller registered for type "GeeHashMap"

2008-12-01 Thread Gilles Filippini
Hello Ali, Ali Sabil a écrit : > I think that for now you still have to use HashTable instead of Gee.HashMap I've tried GLib.HashTable too. And I'm stuck with the same kind of run-time error: ** (process:3942): WARNING **: No demarshaller registered for type "gpointer" ** (process:3942): CRIT

Re: [Vala] Release testing

2008-12-01 Thread Daniel Lucraft
I have 0.5.1 installed and building from trunk (2108) fails with this error: (cd .libs && rm -f libvalaccode.la && ln -s ../libvalaccode.la libvalaccode.la) make[3]: Leaving directory `/home/dan/software/vala/ccode' make[2]: Leaving directory `/home/dan/software/vala/ccode' Making all in vala make

Re: [Vala] Release testing

2008-12-01 Thread Jürg Billeter
On Mon, 2008-12-01 at 10:42 +, Daniel Lucraft wrote: > Minor VAPI update required to make GtkMateView compile: Thanks for the report, fixed in r2110. Jürg ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-li

Re: [Vala] Release testing

2008-12-01 Thread Jürg Billeter
On Mon, 2008-12-01 at 10:47 +, Daniel Lucraft wrote: > I have 0.5.1 installed and building from trunk (2108) fails with this error: > > (cd .libs && rm -f libvalaccode.la && ln -s ../libvalaccode.la > libvalaccode.la) > make[3]: Leaving directory `/home/dan/software/vala/ccode' > make[2]: Lea

[Vala] Block signal handler

2008-12-01 Thread Frédéric Gaudy
Hello, How to block a signal like using g_signal_handler_block(). Thanks. ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list