Re: [Vala] Property set increment error



On Sam, 2006-09-09 at 13:03 -0500, Cayle Graumann wrote:
Let me add one more incrementing construct that compiles in Vala but
does not result in correct C code.

vala:

       t.Count = (t.Count)++;

That is also valid Vala but not implemented yet.

This only seems to affect the postfix increment, prefix incrementation
of properties, e.g  ++(t.Count),  is flagged as a compiler error. 

It's a bug that prefix increment of a property causes a compiler error.

Jürg




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]