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

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

[svn:perl6-synopsis] r14493 - doc/trunk/design/syn

2008-01-22 Thread larry
Author: larry Date: Tue Jan 22 16:17:20 2008 New Revision: 14493 Modified: doc/trunk/design/syn/S03.pod Log: Clarification of timing and defaults for initializing various declarators Modified: doc/trunk/design/syn/S03.pod ==

Re: [svn:perl6-synopsis] r14494 - doc/trunk/design/syn

2008-01-22 Thread Mark J. Reed
Wait. There are two different phases called START and BEGIN? That's going to be a little confusing Which one comes first? Are there both END and STOP phases as well? On 1/22/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: larry > Date: Tue Jan 22 16:29:21 2008 > New Revision: 144

[svn:perl6-synopsis] r14494 - doc/trunk/design/syn

2008-01-22 Thread larry
Author: larry Date: Tue Jan 22 16:29:21 2008 New Revision: 14494 Modified: doc/trunk/design/syn/S03.pod Log: More tweaks, typos, clarification that "our" differs from in Perl 5 Modified: doc/trunk/design/syn/S03.pod

Re: [svn:perl6-synopsis] r14494 - doc/trunk/design/syn

2008-01-22 Thread Larry Wall
On Tue, Jan 22, 2008 at 07:47:15PM -0500, Mark J. Reed wrote: : Wait. There are two different phases called START and BEGIN? That's : going to be a little confusing Which one comes first? : Are there both END and STOP phases as well? BEGIN/CHECK/INIT/END are just as in Perl 5. For the rest,

[svn:perl6-synopsis] r14495 - doc/trunk/design/syn

2008-01-22 Thread larry
Author: larry Date: Tue Jan 22 18:07:38 2008 New Revision: 14495 Modified: doc/trunk/design/syn/S04.pod Log: Clarify that START is allowed to use parameter values on first call while INIT is not. Modified: doc/trunk/design/syn/S04.pod

Re: [svn:perl6-synopsis] r14494 - doc/trunk/design/syn

2008-01-22 Thread Larry Wall
On Tue, Jan 22, 2008 at 05:55:35PM -0800, Larry Wall wrote: : http://perlcabal.org/syn/S04.html#Closure_traits Or since that's kind of hard to follow the text, you may prefer to read the original POD without the interpolated test results at: https://svn.perl.org/perl6/doc/trunk/design/syn