Re: [Vala] Error in unary prefixed-increment casuses segfault....

2011-01-21 Thread Dr. Michael Lauer
Please file a bug. Thanks, :M: ___ vala-list mailing list vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] Dova profile documentation

2011-01-21 Thread Treviño
Il giorno ven, 21/01/2011 alle 01.01 -0300, Erick Pérez Castellanos ha scritto: > Hi list: > > As I'm reading the list the last couples of days, and the benchmarks thread > we had, I start to look for Dova profile, and what it does. With os much > luck, I have found nothing. > I intend to try so

Re: [Vala] Feasibility of application development using Dova profile

2011-01-21 Thread Treviño
Il giorno ven, 21/01/2011 alle 15.19 +1030, James Moschou ha scritto: > Hi, > > I am wondering what would happen if you tried to write an > (substantial) application using the Dova profile. I read somewhere > that you can't mix Dova and GObject, but what does this mean exactly? > Does it just mean

Re: [Vala] Dova profile documentation

2011-01-21 Thread Günther Wutz
I thought the coordination will be there http://live.gnome.org/Dova but attention the last update was on Mid of 2010 ^^ Regards Wutzara Am Freitag, den 21.01.2011, 12:36 +0100 schrieb Marco Trevisan (Treviño): > Il giorno ven, 21/01/2011 alle 01.01 -0300, Erick Pérez Castellanos ha > scritto: >

Re: [Vala] Dova profile documentation

2011-01-21 Thread pancake
If profiles are hardcoded inside valac, I think they should be listed in valac --help| grep profile. On 01/21/11 12:36, Marco Trevisan (Treviño) wrote: Il giorno ven, 21/01/2011 alle 01.01 -0300, Erick Pérez Castellanos ha scritto: Hi list: As I'm reading the list the last couples of days, an

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

2011-01-21 Thread Jürg Billeter
We are pleased to announce version 0.11.5 of Vala, a compiler for the GObject type system. Vala 0.11.5 is now available for download at: http://download.gnome.org/sources/vala/0.11/ This is a development release leading toward 0.12. Changes since 0.11.4 * Add last_index_of and last_index_of_

[Vala] code refactoring

2011-01-21 Thread pancake
recently i have discovered coccinelle. a tool to do refactoring on C code using ast manipulations in order to generate global patches or massive modifications like eclipse does.. but in the shell. libvala provides an ast of the full source which could permit implementing such modifications easi