Re: [Vala] Vala 0.11.6 How do I copy a file using GInputStream and GOutputStream?

2011-03-02 Thread pancake
Yes. It is a bug. Please report it :) Btw.. When are the opened bugs going to be reviewed and commited? I can count many ready-to-commit bugreports. On 02/03/2011, at 12:21, Graham Whelan gawhe...@gmail.com wrote: On 1 March 2011 19:58, Graham Whelan gawhe...@gmail.com wrote: On 1 March 2011

[Vala] question on async methods

2011-03-02 Thread Luca Dionisi
I would like to pose a tricky question on the use of async in Vala. I pasted a vala file here: http://pastebin.com/uS5dxNHy There you find also the command to compile and the output of the run. Please bear with me while I try to explain what I want to prove with this app. When I launch the async

Re: [Vala] question on async methods

2011-03-02 Thread Abderrahim Kitouni
Hello, في ر، 02-03-2011 عند 16:30 +0100 ، كتب Luca Dionisi: What I guess is that: . when a async method never calls a yield, then it is implicit a yield at the end of the method . the implicit continuation is implicitly registered with the MainLoop perhaps with