Re: [Vala] misc. patches

2009-03-17 Thread Jürg Billeter
On Fri, 2009-03-13 at 21:21 +0100, Michael 'Mickey' Lauer wrote: Please see attachements. Thanks, I've applied patch 2 and 3. Patch 4: I think we should use the same approach for GLib.Dir and GLib.FileStream. I tend to only support construction using the static methods, though, any objections?

[Vala] GLib.Time error if used in an interface

2009-03-17 Thread Adi Roiban
Hi, I have this simple Interface, the implementation and the unit test. Interface.vala--- public interface ITest: GLib.Object { public abstract GLib.Time time { get; set; } } Implementations.vala public class ImplTest:

Re: [Vala] misc. patches

2009-03-17 Thread Dr. Michael 'Mickey' Lauer
On Tuesday 17 March 2009 16:13:00 Jürg Billeter wrote: Patch 4: I think we should use the same approach for GLib.Dir and GLib.FileStream. I tend to only support construction using the static methods, though, any objections? Sounds sensible to me. Patch 5: I didn't find any note about