patch for builtins area of spec tests

2007-07-26 Thread Colin Kuskie
Add the builtins/math area of the spec tests to the spectest target of languages/perl6/config/makefiles/root.in Colin Kuskie Index: languages/perl6/config/makefiles/root.in === --- languages/perl6/config/makefiles/root.in

Patch for allowing languages/perl6/Test.pm

2007-07-26 Thread Colin Kuskie
Attached is a patch for having Perl6's Test.pm emit test descriptions. Colin Kuskie aka perlDreamer on IRC Index: languages/perl6/Test.pm === --- languages/perl6/Test.pm (revision 20206) +++ languages/perl6/Test.pm (working

Re: [perl #44205] AutoReply: Build failure, Pmc2c merge related

2007-07-27 Thread Colin Kuskie
Please close this bug. I needed to do a make clean before rebuilding.

Re: [perl #44211] pi and e behaving strangely when used as a bareword in math

2007-07-28 Thread Colin Kuskie
On Saturday 28 July 2007, Patrick R. Michaud wrote: > Out of curiosity, where are 'pi' and 'e' defined (e.g., in > the Synopses or other specs)? Do these even belong in the > test suite? I originally came across pi in src/builtins/math.pir pi and e are both defined in there. pi is the trig.t

Re: [perl #44211] pi and e behaving strangely when used as a bareword in math

2007-07-28 Thread Colin Kuskie
On Saturday 28 July 2007, Patrick R. Michaud wrote: > On Sat, Jul 28, 2007 at 01:48:13PM -0500, Patrick R. Michaud wrote: > > Also, I'm looking at the STD.pm grammar, and I don't quite see how > > or where it's handling parsing of nullary functions. > > Actually, in thinking about this, there's li

Re: [perl #44249] Patch for test output

2007-07-29 Thread Colin Kuskie
Additional patch to get simple test statistics, number failed, different number of tests run vs planned. Index: languages/perl6/Test.pm === --- languages/perl6/Test.pm (revision 20326) +++ languages/perl6/Test.pm (working copy) @@ -45

Re: [perl #44301] AutoReply: Patch for fetching perl6 test suite wholesale

2007-07-31 Thread Colin Kuskie
sigh. And fix escaping slashes in the URL. Index: languages/perl6/t/fetchspec === --- languages/perl6/t/fetchspec (revision 20380) +++ languages/perl6/t/fetchspec (working copy) @@ -1,52 +0,0 @@ -# Copyright (C) 200

Proposal for pugs test suite reorganization

2007-08-01 Thread Colin Kuskie
This proposal is the result of several days of IRC talks and research into how tests are handled by Parrot and Pugs, and how to reorganize the pugs test suite to make it more amenable to testing to other compilers. Proposal: Each test in the test suite should be broken down into functional or sem

Re: [perl #44321] AutoReply: [PATCH] Two-argument substr

2007-08-01 Thread Colin Kuskie
Reworked the patch according to pmichaud's instructions for using :opt_flag. Waiting for the results of my testing proposal before making tests available. Colin Index: languages/perl6/src/builtins/string.pir === --

Re: [perl #44345] [PATCH] Add NQP to docs/glossary.pod

2007-08-03 Thread Colin Kuskie
>The attached patch adds NQP to the glossary in the docs directory. > The attached, corrected patch gives the correct definition for NQP. Colin Index: docs/glossary.pod === --- docs/glossary.pod