[Vala] Interface properties

2008-11-22 Thread Ildar Mulyukov
Hello, just another one try to use a property in an interface. 1. It's so unnatural that an implementation of a property must match exactly to its declaration. Though it should be a superset of the declaration (as in C#): valac cl1.vala if1.vala cl1.vala:3.3-3.20: error: Type

[Vala] Coroutines in Vala

2008-11-22 Thread Thomas Chust
Hello, the release notes of Vala 0.5.1 mention [...] experimental support for yield statements and coroutines [...]. I couldn't find any information on the website or in the mailing list archives about what is already implemented in this direction and how to use it. Could anyone give a small