[perl #43325] [TODO] config/init/headers.pm: Write unit tests

2007-06-26 Thread James Keenan via RT
On Fri Jun 22 18:19:26 2007, jkeen at verizon.net wrote: > > "config/init/headers.pm would benefit from an > explanation of what 'nongenerated headers' are." > This module has already achieved 100% coverage of all statements and branches during testing, so we only need to respond to the reque

Hackathon!

2007-06-26 Thread Will Coleda
There is a hackathon following YAPC::NA this thursday. Here's the YAPC information: http://conferences.mongueurs.net/yn2007/wiki?node=Hackathon Here's our information: http://rakudo.org/parrot/index.cgi?hackathon_yapc_na_2007 Please update our wiki with things to do, or things you're goin

Re: [perl #40392] [CAGE] convert C to C

2007-06-26 Thread jerry gay
On 6/26/07, Paul Cochrane via RT <[EMAIL PROTECTED]> wrote: On Tue Jun 26 13:35:51 2007, ptc wrote: > On Tue Jun 26 06:36:50 2007, particle wrote: > > On 6/26/07, Paul Cochrane via RT at > parrotcode.org> wrote: > > > On Thu Sep 21 14:38:40 2006, particle wrote: > > > > parrot's source is litter

[perl #40392] [CAGE] convert C to C

2007-06-26 Thread Paul Cochrane via RT
On Tue Jun 26 13:35:51 2007, ptc wrote: > On Tue Jun 26 06:36:50 2007, particle wrote: > > On 6/26/07, Paul Cochrane via RT at > parrotcode.org> wrote: > > > On Thu Sep 21 14:38:40 2006, particle wrote: > > > > parrot's source is littered with internal_exception() calls, the > bulk > > > > (all

[perl #43385] http://www.parrotcode.org/cage-cleaners/

2007-06-26 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #43385] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43385 > this document overlaps with docs/project/cage*, and also refers to a now defunct TODO fi

[perl #43342] [TODO] config/init/miniparrot.pm: Write unit tests

2007-06-26 Thread James Keenan via RT
On Tue Jun 26 07:50:06 2007, jkeen at verizon.net wrote: > > But it's not clear how one can validate that the result will "match > ANSI characteristics." Is > there any link we could place in the POD that would show which ANSI C > characteristics we > need to have miniparrot match? > I've got

Re: [perl #43384] [TODO] create 'make uninstall' target

2007-06-26 Thread chromatic
On Tuesday 26 June 2007 11:45:50 Will Coleda wrote: > # New Ticket Created by Will Coleda > # Please include the string: [perl #43384] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=43384 > Where *doesn't* make install wo

[perl #43384] [TODO] create 'make uninstall' target

2007-06-26 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #43384] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43384 >

[perl #43342] [TODO] config/init/miniparrot.pm: Write unit tests

2007-06-26 Thread James Keenan via RT
The POD for config/init/miniparrot.pm states: Modifies settings to match miniparrot (ANSI C Parrot)'s needs. This step primarily overwrites a lot of settings in the Configure database to disable JIT and *match ANSI characteristics* (emphasis added). How this package disables JIT is fairly self-e

Re: Web Module (Was: Perl6 new features)

2007-06-26 Thread Peter Scott
On Mon, 25 Jun 2007 20:30:36 +0200, Juerd Waalboer wrote: > A useful, easily installable library bundle does not have to be in the > core distribution. > > Debian already has its own split between perl and perl-modules. This is > a great scheme that allows Debian to use Perl in the base system, >

[perl #43381] [PATCH] Force Range and Free Lock

2007-06-26 Thread via RT
# New Ticket Created by Ron Blaschke # Please include the string: [perl #43381] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43381 > With Visual C++ it's possible to add run time range checks for casts, to check if there

Re: [perl #40392] [CAGE] convert C to C

2007-06-26 Thread jerry gay
On 6/26/07, Paul Cochrane via RT <[EMAIL PROTECTED]> wrote: On Thu Sep 21 14:38:40 2006, particle wrote: > parrot's source is littered with internal_exception() calls, the bulk > (all?) of which should be converted to real_exception() calls. > internal exceptions are uncatchable, and might as wel

Re: [perl #38844] [TODO] Make lint, splint and tags targets

2007-06-26 Thread jerry gay
On 6/26/07, Paul Cochrane via RT <[EMAIL PROTECTED]> wrote: I've a question about the tags target: it searches c, perl and pmc files. Shouldn't it also search/process the .ops files (as c-language files)? sounds like a fine idea to me. try it out and see if there's some crazy reason it won't w

[perl #38844] [TODO] Make lint, splint and tags targets

2007-06-26 Thread Paul Cochrane via RT
I've a question about the tags target: it searches c, perl and pmc files. Shouldn't it also search/process the .ops files (as c-language files)? Paul

Re: [perl #42427] [CAGE] cleanup perlcritic errors

2007-06-26 Thread Paul Cochrane
Jerry, let me start with a side point, sorry for the early tangent. why isn't perlcritic.t using a Getopt:: module--it should be. that'd be a good cage task, and would make one of my suggestions easier to implement. As discussed on #parrot, this was already a TODO ticket and Getopt argument pa

[perl #40392] [CAGE] convert C to C

2007-06-26 Thread Paul Cochrane via RT
On Thu Sep 21 14:38:40 2006, particle wrote: > parrot's source is littered with internal_exception() calls, the bulk > (all?) of which should be converted to real_exception() calls. > internal exceptions are uncatchable, and might as well be called > C. that's bad, ya dig? > > there are plenty of