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

2009-01-18 Thread Jürg Billeter
We are pleased to announce version 0.5.6 of Vala, a compiler for the GObject type system. Vala 0.5.6 is now available for download at: http://download.gnome.org/sources/vala/0.5/ Changes since 0.5.5 * Do not require libgee for custom indexer access. * Add Log.FILE, Log.LINE, and Log.METHOD

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

2009-01-18 Thread Frederik
Jürg Billeter wrote: Changes since 0.5.5 * Add Lua bindings (pancake and Phil Housley). Nice to see. However, there are more recent Lua bindings in the ExternalBindings wiki page: http://live.gnome.org/Vala/ExternalBindings?action=AttachFiledo=gettarget=lua5.1.vapi I guess they were not

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

2009-01-18 Thread Yu Feng
Nice job! I notice all 'weak' return values in bindings are now replaced with 'unowned'. Has the difference between these two been documented anywhere yet? Regards, Yu On Sun, 2009-01-18 at 16:50 +0100, Jürg Billeter wrote: We are pleased to announce version 0.5.6 of Vala, a compiler for the

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

2009-01-18 Thread Nicolas Joseph
And the win32 installer: http://code.google.com/p/valide/downloads/detail?name=vala-0.5.6.exe 2009/1/18 Yu Feng rainwood...@gmail.com Nice job! I notice all 'weak' return values in bindings are now replaced with 'unowned'. Has the difference between these two been documented anywhere yet?

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

2009-01-18 Thread Jürg Billeter
On Sun, 2009-01-18 at 11:34 -0500, Yu Feng wrote: Nice job! I notice all 'weak' return values in bindings are now replaced with 'unowned'. Has the difference between these two been documented anywhere yet? The change has been announced in a thread[1] on the mailing list. The compiler does

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

2009-01-18 Thread Yu Feng
On Sun, 2009-01-18 at 17:56 +0100, Jürg Billeter wrote: change has been announced in a thread[1] on the mailing list. The compiler does not yet distinguish between `weak' and `unowned', however, future versions will use g_object_*_weak_pointer for `weak' object references, and you will need