Re: [Vala] [Genie] Bug in Genie ?

2009-12-14 Thread Abderrahim Kitouni
Hi, 2009/12/13 Nicolas c.r@wanadoo.fr: Hello, When i build this piece of code, i have this message: testbug.gs:9.65-9.65: error: syntax error, expected `)' but got `:' with previous identifier   def test (mystring : string, files : SList of string, myint : int) Is it a bug in the

Re: [Vala] [Genie] Bug in Genie ?

2009-12-14 Thread Jamie McCracken
On Mon, 2009-12-14 at 20:25 +0100, Abderrahim Kitouni wrote: Hi, 2009/12/13 Nicolas c.r@wanadoo.fr: Hello, When i build this piece of code, i have this message: testbug.gs:9.65-9.65: error: syntax error, expected `)' but got `:' with previous identifier def test (mystring :

[Vala] [Genie] Bug in Genie ?

2009-12-13 Thread Nicolas
Hello, When i build this piece of code, i have this message: testbug.gs:9.65-9.65: error: syntax error, expected `)' but got `:' with previous identifier def test (mystring : string, files : SList of string, myint : int) Is it a bug in the genie parser ? I don't know if the problem appear