Re: [Vala] add check lifetime

2016-09-17 Thread Michele Dionisio
I have add bug 'Bug 771594 - check lifetime assigment to unowned and weak reference' on https://bugzilla.gnome.org/show_bug.cgi?id=771594 I have try also to create a patch of 1 of the 2 doungerous scenarious. regards. 2016-09-17 8:46 GMT+02:00 Nor Jaidi Tuah : > On

Re: [Vala] The future of Vala

2016-09-17 Thread Al Thomas
> - Original Message - > From: jezra > Sent: Wednesday, 14 September 2016, 17:41 > Subject: Re: [Vala] The future of Vala > For me as a vala user, the biggest frustration I have, and the > number 1 reason I would NOT consider vala for a future programming > project is

Re: [Vala] Using libgnomekbdui from Vala

2016-09-17 Thread Abderrahim Kitouni
Hi, both your errors seem to be caused by missing information from the gir file. It should include the pkg-config package (--pkg-export option of g-ir-scanner) and the header file (--c-include option). HTH, Abderrahim On ر, سبت 14, 2016 at 4:08 م, Gergely Polonkai

Re: [Vala] spawn like a terminal

2016-09-17 Thread Abderrahim Kitouni
Hello, It seems that pipetty from https://github.com/kilobyte/kbtin does what you want, take a look and try to port it to vala. HTH, Abderrahim On خ, سبت 15, 2016 at 11:18 م, rastersoft wrote: Hi all: I want to launch a process and receive its output. But this

Re: [Vala] add check lifetime

2016-09-17 Thread Nor Jaidi Tuah
On Sat, 2016-09-17 at 05:56 +, michele.dioni...@gmail.com wrote: > Parameter is unowned by default. So when you print a it point to an > object aleady free. You are right. Thank you for pointing out this trap. I agree with you that the compiler should warn about this. I thought that