Re: [Vala] feature request + proposed patch: infer enum scope from expected type

2012-06-27 Thread Timo Kluck
Dear vala-list, I was wondering if anyone has had time to consider this patch [1] to Vala I submitted a while ago? It's a feature I would love to have as a part of the language. Regards, Timo [1] https://bugzilla.gnome.org/show_bug.cgi?id=666035 2011/12/13 Timo Kluck tkl...@infty.nl: Dear

Re: [Vala] feature request + proposed patch: infer enum scope from expected type

2012-06-27 Thread Thomas Jollans
On 06/27/2012 03:57 PM, Timo Kluck wrote: Dear vala-list, Have you tried bugging vala-devel-list? I was wondering if anyone has had time to consider this patch [1] to Vala I submitted a while ago? It's a feature I would love to have as a part of the language. Regards, Timo [1]

[Vala] feature request + proposed patch: infer enum scope from expected type

2011-12-12 Thread Timo Kluck
Dear vala-developers, I thought it would be nice if it was possible to write:    A.bind_property(prop, B, prop, SYNC_CREATE|BIDIRECTIONAL); and not having to specify the scope GLib.BindingFlags:    A.bind_property(prop, B, prop, GLib.BindingFlags.SYNC_CREATE|GLib.BindingFlags.BIDIRECTIONAL);