Re: [Vala] Possible but in string.index_of, index_of_char and contains

2013-10-17 Thread Thomas Olson
On 10/16/2013 10:20 PM, Evan Nemerson wrote: On Thu, 2013-10-17 at 11:07 +0800, Nor Jaidi Tuah wrote: On Wed, 2013-10-16 at 19:45 -0700, Evan Nemerson wrote: On Thu, 2013-10-17 at 09:19 +0800, Nor Jaidi Tuah wrote: ABC.index_of_char('\x00'): 0 This looks like a bug. But why should you want

Re: [Vala] Tryout adding simple support for extension methods to valac

2013-10-17 Thread Jim Nelson
On Mon, Oct 14, 2013 at 12:57 PM, Luca Bruno lethalma...@gmail.com wrote: Generics are private and can't be accessed from the extern. I'm not sure what this means. Do you mean that the generic type is private and can't be accessed? What I'd like to know is if something like this would

Re: [Vala] Tryout adding simple support for extension methods to valac

2013-10-17 Thread Luca Bruno
I'm not sure what this means. Do you mean that the generic type is private and can't be accessed? It seems I just said generic type is private and can't be accessed :-) What I'd like to know is if something like this would work: extend class Gee.ArrayListG { public G