[Vala] Nested anonymous struct

2009-05-10 Thread Yu Feng
Dear list, Currently the vala compiler (0.7.2) doesn't compiler the following code: public struct Large { public struct { int small; int verysmall; } foo; } neither does it accept the code in a vapi file. One year ago Sam expressed the need in a

Re: [Vala] Nested anonymous struct

2009-05-10 Thread Michael 'Mickey' Lauer
On Sunday 10 May 2009 20:02:50 Yu Feng wrote: There doesn't seem to be a feature request on bugzilla yet. I am curious if there is any intention to implement the anonymous struct in the future, and if a patch is welcomed, which part of the compiler is relevant, and what will be the technical