[Vala] [PATCH] Allow access to the dimension sizes of a multidimensional array.

2008-03-10 Thread Rob Taylor
Makes the length field of a multidim array an array of ints, with values corresponding to the dimensions of the array. This currently only works with literals for the index into the array. --- gobject/valaccodeelementaccessbinding.vala | 11 ++- gobject/valaccodegenerator.vala

[Vala] [PATCH] Allow access to the dimension sizes of a multidimensional array.

2008-03-10 Thread Rob Taylor
Sending again as an attachment as mailman wants to break lines... Makes the length field of a multidim array an array of ints, with values corresponding to the dimensions of the array. This currently only works with literals for the index into the array. ---

Re: [Vala] [PATCH] Allow access to the dimension sizes of a multidimensional array.

2008-03-10 Thread Jürg Billeter
On Mon, 2008-03-10 at 10:13 +0100, Rob Taylor wrote: Sending again as an attachment as mailman wants to break lines... Makes the length field of a multidim array an array of ints, with values corresponding to the dimensions of the array. This currently only works with literals for the