[Vala] Bug: Implementing properties in vala Interfaces fails with Genie

2009-03-10 Thread Hans Baier
Testcase: ITest.vala: namespace Testns { public interface ITest : GLib.Object { public abstract bool b_prop { get; set; } public abstract inti_prop { get; set; } public abstract double d_prop { get; set;

Re: [Vala] Bug: Implementing properties in vala Interfaces fails with Genie

2009-03-10 Thread Hans Baier
>                ^ > Compilation failed: 6 error(s), 0 warning(s) P.S.: used latest git commit 66d126e6bebca5cb6ea286979764b3ce15da24a7 ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala

Re: [Vala] Bug: Implementing properties in vala Interfaces fails with Genie

2009-03-11 Thread Jamie McCracken
Hi Hans, Can you file it as a bug please I will be working on fixing genie stuff soon ( a fair bit has been broken in the last few releases and I need to bring it up to date with newer vala language features) jamie On Wed, 2009-03-11 at 12:06 +0700, Hans Baier wrote: > >^^