Statistical view of the history of Parrot

2007-08-25 Thread Andy Lester
http://perlbuzz.com/2007/08/statistical-views-of-open-source-projects- on-ohloh.html -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

[perl #43317] [TODO] config/init/hints.pm: Write unit tests

2007-08-25 Thread James Keenan via RT
On Fri Jun 22 18:17:19 2007, [EMAIL PROTECTED] wrote: > Write unit tests for config/init/hints.pm, > the module whose functionality executes Parrot > configuration step init::hints. > See patch attached. This provides one small refactoring to config/init/hints.pm to make it more testable, plus

[perl #41897] [BUG]: Parrot::Pmc2c::STMRef gets 'subroutine prederef redefined' warning

2007-08-25 Thread James Keenan via RT
I haven't gotten these warnings when doing coverage analysis for several months. So we can close this ticket.

[perl #43341] [TODO] config/inter/progs.pm: Write unit tests

2007-08-25 Thread James Keenan via RT
On Fri Jun 22 18:45:22 2007, [EMAIL PROTECTED] wrote: > Write unit tests for config/inter/progs.pm, > the module whose functionality executes Parrot > configuration step inter::progs. > See patch attached, which includes two testfiles plus a small package, stuffed under t/configure/testlib, whi

Re: [svn:parrot] r20817 - branches/reconfigure/lib/Parrot/Configure

2007-08-25 Thread Will Coleda
On Aug 24, 2007, at 9:35 PM, James E Keenan wrote: Will Coleda wrote: On Aug 23, 2007, at 10:31 PM, [EMAIL PROTECTED] wrote: Someone actually reads my commit statements in a branch other than trunk! Saints be praised! First argument to split should be a regex, not a string. Made this

Re: [svn:parrot] r20817 - branches/reconfigure/lib/Parrot/Configure

2007-08-25 Thread James E Keenan
Will Coleda wrote: Fair enough, but: And there's an upside: It's more forgiving than requiring that the developer type precisely one wordspace characters between arguments. That's not how split(' ') works. Please re-read the perldoc quote above. Can split(' ') handle multiple wordsp

Re: [svn:parrot] r20817 - branches/reconfigure/lib/Parrot/Configure

2007-08-25 Thread chromatic
On Saturday 25 August 2007 18:45:11 James E Keenan wrote: > Will Coleda wrote: > > That's not how split(' ') works. Please re-read the perldoc quote above. > Can split(' ') handle multiple wordspaces? tab characters? > combinations thereof? (Just looking at it, I wouldn't expect it to. > I'd o

Re: [svn:parrot] r20817 - branches/reconfigure/lib/Parrot/Configure

2007-08-25 Thread James E Keenan
chromatic wrote: On Saturday 25 August 2007 18:45:11 James E Keenan wrote: Will Coleda wrote: That's not how split(' ') works. Please re-read the perldoc quote above. Can split(' ') handle multiple wordspaces? tab characters? combinations thereof? (Just looking at it, I wouldn't expect

Re: [perl #43192] [TODO] Parrot::Configure::Step: Test remaining untested subroutines

2007-08-25 Thread Will Coleda
On Aug 25, 2007, at 10:47 PM, James Keenan via RT wrote: On Sun Aug 19 08:55:30 2007, coke wrote: This was part of the gmake extensions that we (can) support during makefile-generation time; added because there was there no cross- platform syntax that I knew of that we could use in all of the va

[perl #44945] [CAGE] Add Documentation to Undef PMC

2007-08-25 Thread via RT
# New Ticket Created by chromatic # Please include the string: [perl #44945] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44945 > There's almost no vtable entry documentation in src/pmc/undef.pmc. You can copy it almost