Re: S29 doubts that need clarification

2008-01-22 Thread Larry Wall
On Mon, Jan 21, 2008 at 11:24:52PM +0100, Cosimo Streppone wrote: > Hi all, > > I'm in the process of refactoring existing pugs test suite, > for example t/builtins, into t/spec/S29-. > > Questions: > > - @array.uniq is not mentioned in S29. > Should it be in S29/List? or S29/Array? List, wh

S29 doubts that need clarification

2008-01-22 Thread Cosimo Streppone
Hi all, I'm in the process of refactoring existing pugs test suite, for example t/builtins, into t/spec/S29-. Questions: - @array.uniq is not mentioned in S29. Should it be in S29/List? or S29/Array? - cis(), polar() and friends belong to S29/Num while they should probably belong to S2