Re: r29558 - docs/Perl6/Spec/S32-setting-library t/spec/S32-array t/spec/S32-list

2010-01-20 Thread Moritz Lenz
pugs-comm...@feather.perl6.nl wrote: Author: ash Date: 2010-01-19 17:34:28 +0100 (Tue, 19 Jan 2010) New Revision: 29558 Added: t/spec/S32-array/create.t t/spec/S32-list/create.t Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod Log: Adding some tests for List.new,

Re: r29558 - docs/Perl6/Spec/S32-setting-library t/spec/S32-array t/spec/S32-list

2010-01-20 Thread Carl Mäsak
Moritz (), commitbot channeling ash (): +=item new + + our List multi method new(*...@args) + +Constructs a CList containing the arguments passed to the Cnew method. Since the argument list is already a List (or very nearly), I don't see much sense in this constructor. I respectfully beg

r29558 - docs/Perl6/Spec/S32-setting-library t/spec/S32-array t/spec/S32-list

2010-01-19 Thread pugs-commits
Author: ash Date: 2010-01-19 17:34:28 +0100 (Tue, 19 Jan 2010) New Revision: 29558 Added: t/spec/S32-array/create.t t/spec/S32-list/create.t Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod Log: Adding some tests for List.new, Array.new, list() and adding a description to