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

2008-11-03 Thread Jürg Billeter
We are pleased to announce version 0.5.1 of Vala, a compiler for the GObject type system. Vala 0.5.1 is now available for download at: http://download.gnome.org/sources/vala/0.5/ Changes since 0.4.0 * Support type checks for error domains and error codes. * Experimental support for yield sta

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

2008-11-03 Thread Christian Hergert
> > Changes since 0.4.0 > * Support type checks for error domains and error codes. > * Experimental support for yield statements and coroutines. > * Support GValue and GHashTable in D-Bus clients. > * Various improvements to the .gir reader. > * Drop deprecated support for static classes. > *

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

2008-11-03 Thread Yu Feng
Super fast! On Mon, 2008-11-03 at 23:06 +0100, Jürg Billeter wrote: > We are pleased to announce version 0.5.1 of Vala, a compiler for the > GObject type system. > > Vala 0.5.1 is now available for download at: >http://download.gnome.org/sources/vala/0.5/ > > Changes since 0.4.0 > * Suppor

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

2008-11-04 Thread Jürg Billeter
On Mon, 2008-11-03 at 16:42 -0800, Christian Hergert wrote: > > Changes since 0.4.0 > * Support type checks for error domains and error codes. > * Experimental support for yield statements and coroutines. > * Support GValue and GHashTable in D-Bus clients. >

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

2008-11-04 Thread Daniel Lucraft
> Changes since 0.4.0 > ... > * Experimental support for yield statements and coroutines. > This is great news. I too would like to see an example of this syntax. thanks! Dan ___ Daniel Lucraft http://www.daniellucraft.com/ __

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

2008-11-23 Thread Christian Hergert
I'm excited about the addition of yielding values. I released GTask 0.1.2 last week which is an asynchronous/concurrency library for GObject with similar feel to twisted deferreds. I would love to be able to yield tasks and have the method re-enter when the task has completed. Something like thi

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

2008-11-23 Thread Jürg Billeter
On Sun, 2008-11-23 at 01:31 -0800, Christian Hergert wrote: > I'm excited about the addition of yielding values. I released GTask > 0.1.2 last week which is an asynchronous/concurrency library for > GObject with similar feel to twisted deferreds. I would love to be > able to yield tasks and have

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

2008-11-23 Thread Christian Hergert
On Sun, Nov 23, 2008 at 2:22 AM, Jürg Billeter <[EMAIL PROTECTED]> wrote: > On Sun, 2008-11-23 at 01:31 -0800, Christian Hergert wrote: > > I'm excited about the addition of yielding values. I released GTask > > 0.1.2 last week which is an asynchronous/concurrency library for > > GObject with sim