On Jun 20, 2007, at 8:20 AM, Michael FIG wrote:

> I could really use variadic methods.  I seem to recall they were being
> discussed earlier, but I can't find an archive.

These haven't worked for a while.  The Parser does still recognise  
'...' at the end of a method pattern but the Encoder doesn't  
implement the method required to deal with it.  If you can think of a  
nice syntax to represent 'the next unnamed variadic argument' (i.e.,  
the thing that would be translated as 'va_next(ap, oop)') I'd happily  
reinstate it.

Unfortunately there's no easy way to implement the equivalent C code  
inside curlies, since the va_list would go out of scope at the  
closing '}' of its declaration.

Cheers,
Ian

_______________________________________________
fonc mailing list
[email protected]
http://vpri.org/mailman/listinfo/fonc

Reply via email to