Re: [Vala] Property set increment error
- From: Jürg Billeter <j bitron ch>
- To: Cayle Graumann <cayle graumann gmail com>
- Cc: vala <vala paldo org>
- Subject: Re: [Vala] Property set increment error
- Date: Mon, 11 Sep 2006 11:02:49 +0200
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]