[apologies if anyone gets multiple copies of this email] On Sat, Feb 17, 2007 at 08:50:01PM +0100, Thomas PFEIFFER wrote: > finally found something :) > > It seems that Metaas does not support yet the ...rest value in > constructor. > public function Matrix4(...rest) > Is not readable ! > > Hope it helps! Meanwhile I'm going to find another solution :)
No, that isn't supported for any kind of method yet, sorry. I'll start looking for a way to handle this syntax. Here are some other things that are not supported, which I know of: - namespaces for methods/fields/etc. other than the standard 'public', 'private', etc. - the 'override', 'intrinsic' and 'dynamic' keywords - statements appearing directly in class bodies, outside of any method - multiple definitions in a single variable declaration statement i.e. syntax like 'var a:int=2, b:String=f();' ...plus all the other things that I don't know about yet :) By the way, if you find other issues you want to discuss, please consider joining the metaas-dev list, so that we don't bother the other osflashers ;) http://lists.badgers-in-foil.co.uk/mailman/listinfo/metaas-dev thanks! dave -- http://david.holroyd.me.uk/ _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
