[Vala] Fwd: supressing warnings

2009-09-12 Thread pancake
Begin forwarded message: From: pancake Date: September 12, 2009 10:59:34 AM GMT+02:00 To: Ildar Mulyukov Subject: Re: [Vala] supressing warnings This is implemented in unix since the very old times, it is called 'grep' Dropping warnings is not a solution. They are here to *warn* us f

[Vala] Is this a bug in VALA ?

2009-09-12 Thread pancake
Begin forwarded message: From: pancake Date: September 12, 2009 11:05:27 AM GMT+02:00 To: Arkadi Viner Subject: Re: [Vala] Is this a bug in VALA ? On Sep 6, 2009, at 4:12 PM, Arkadi Viner wrote: Hello. I am trying to split a string into two strings. The string should be split-ed by

Re: [Vala] Thoughts on asynchronous methods

2009-09-12 Thread Jürg Billeter
Hi Jiří, On Sat, 2009-09-12 at 00:27 +0200, Jiří Zárevúcky wrote: > I did some thinking on the subject of asynchronous (aka "yielding") > methods. I'd like to share and discuss some of my ideas here. > > -- > 1. "yields" keyword is far

Re: [Vala] Thoughts on asynchronous methods

2009-09-12 Thread Michael 'Mickey' Lauer
On Saturday 12 September 2009 13:34:27 Jürg Billeter wrote: > I agree with you here. The reason I've chosen `yields' is that I've > initially thought that the same syntax could be used for more generic > coroutine support. However, the focus was always on asynchronous methods > and there is no plan

Re: [Vala] Thoughts on asynchronous methods

2009-09-12 Thread Jiří Zárevúcky
On 09/12/2009 01:34 PM, Jürg Billeter wrote: Hi Jiří, [...] As async support is still considered experimental, I think it makes sense to change the keyword now. I don't know whether we should use `async' or rather the unabbreviated `asynchronous' to be clear, although it's quite long. Any opini

[Vala] Where Can I find up-to-date vala binding documentations?

2009-09-12 Thread Darren Hoo
Hi, the documentations on http://references.valadoc.org/ seems outdated. For example searching by keyword `SockectService' shows nothing related to SocketService.I also downloaded a devhelp tarball from gnome wiki page :devhelp-books.tar.gz,but it's also outdated. It really bugs me that I can not

Re: [Vala] Where Can I find up-to-date vala binding documentations?

2009-09-12 Thread Florian Brosch
Hi Darren, I'm the one to blame. You can reach me by email, Jabber or IRC (mog_). I update valadoc.org at every valac-release. The only exception is libgee which is updated on each libgee release. All textual binding descriptions lives in the valadoc.org database and do not exist in form of docum

[Vala] add_inet_port's(GSocketListener) source_object is optional

2009-09-12 Thread Darren Hoo
Hi, I am trying the GIONetworkingSample [1]. compiling the gio-server sample has the following warning: warning: Argument 2: Cannot pass null to non-null parameter type service.add_inet_port (8080, null);

Re: [Vala] Where Can I find up-to-date vala binding documentations?

2009-09-12 Thread Darren Hoo
On Sun, Sep 13, 2009 at 6:07 AM, Florian Brosch wrote: Thanks Florian, > I update valadoc.org at every valac-release. The only exception is > libgee which is updated on each libgee release. All textual binding > descriptions lives in the valadoc.org database and do not exist in > form of document