Re: [perl #56110] [PATCH] Warnings on Solaris

2008-06-21 Thread chromatic
On Friday 20 June 2008 10:53:55 Andrew Johnson wrote: > I'm concluding that these warnings are due to incorrect casting inside of > packfile.c. > > In both cases, the code generating the warnings looks like this: > > munmap(PARROT_const_cast(opcode_t *, pf->src), pf->size); > > pf->src is

[perl #56178] [BUG]: Perl::Critic version 1.086 breaks t/codingstd/perlcritic.t

2008-06-21 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #56178] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56178 > Upgrading to the latest CPAN version of Perl::Critic breaks t/ codingstd/perlcritic.t:

[perl #56008] BUG: t/postconfigure/06-data_slurp_temp.t

2008-06-21 Thread James Keenan via RT
Lara: I was unable to reproduce the test failure you encountered at the YAPC Parrot build fest. So I'm somewhat groping in the dark as to a solution. However, I looked at the test and figured that it would benefit from some simplification. Can you re-run 'perl Configure.pl', apply the patch at

[perl #53976] [CAGE] Remove tools/dev/ops_renum.mak

2008-06-21 Thread James Keenan via RT
On Sat May 10 20:22:53 2008, coke wrote: > This make file isn't preprocessed like the standard root.in: it > assumes perl is in your path, and redefines the list of OPSFILES. Let me pose some questions: 1. Who actually uses this program? Under what circumstances? 2. Must exist this program as

Re: [perl #56178] [BUG]: Perl::Critic version 1.086 breaks t/codingstd/perlcritic.t

2008-06-21 Thread Will Coleda
On Sat, Jun 21, 2008 at 9:03 AM, via RT James Keenan <[EMAIL PROTECTED]> wrote: > # New Ticket Created by James Keenan > # Please include the string: [perl #56178] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=56178 > > >

[perl #52506] [CAGE] Refactor ops2c

2008-06-21 Thread James Keenan via RT
Mark: Do you have any objection to closing this RT? Thanks. kid51

[perl #56046] [BUG]: Report on Parrot/Rakudo BuildFest at YAPC

2008-06-21 Thread James Keenan via RT
Looking at Bruce's report more carefully, I don't see anything that we would consider a real bug. The warnings displayed don't prevent 'make' from reaching a successful conclusion. We've dealt with the test that unexpectedly succeeded in another ticket. So I'm resolving this ticket. kid51

Re: [perl #53976] [CAGE] Remove tools/dev/ops_renum.mak

2008-06-21 Thread chromatic
On Saturday 21 June 2008 07:16:58 James Keenan via RT wrote: > On Sat May 10 20:22:53 2008, coke wrote: > > This make file isn't preprocessed like the standard root.in: it > > assumes perl is in your path, and redefines the list of OPSFILES. > > Let me pose some questions: > > 1. Who actually use

Re: [perl #53976] [CAGE] Remove tools/dev/ops_renum.mak

2008-06-21 Thread Bob Rogers
From: chromatic <[EMAIL PROTECTED]> Date: Sat, 21 Jun 2008 10:40:29 -0700 On Saturday 21 June 2008 07:16:58 James Keenan via RT wrote: . . . > (b) pull the '--renum' option out of tools/build/ops2pm.pl; > > (c) replace tools/dev/ops_renum.mak with a pure Perl program which d

[perl #56152] Darwin 10.5.3 x86 rel 28576 - test codingstd/perlcritic - assuming ProhibitAmbiguousNames::default_forbidden_names() in Perl::Critic 1.03

2008-06-21 Thread Will Coleda via RT
On Fri Jun 20 09:01:56 2008, [EMAIL PROTECTED] wrote: > prove -v t/codingstd/perlcritic.t > t/codingstd/perlcritic..Undefined subroutine > &Perl::Critic::Policy::NamingConventions::ProhibitAmbiguousNames::default_forbidden_words > called at t/codingstd/perlcritic.t line 142. > Dubious, test r

[perl #56166] Re: [PATCH] Perl::Critic Version Wrong

2008-06-21 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #56166] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56166 > Sending this to parrotbug to open a ticket... On Wed, Jun 18, 2008 at 2:00 PM, Ovid <[EM

[perl #56166] Re: [PATCH] Perl::Critic Version Wrong

2008-06-21 Thread Will Coleda via RT
On Fri Jun 20 09:01:56 2008, [EMAIL PROTECTED] wrote: > prove -v t/codingstd/perlcritic.t > t/codingstd/perlcritic..Undefined subroutine > &Perl::Critic::Policy::NamingConventions::ProhibitAmbiguousNames::default_forbidden_words > called at t/codingstd/perlcritic.t line 142. > Dubious, test r

[perl #56184] [BUG] problem with lexical handling

2008-06-21 Thread Patrick R. Michaud (via RT)
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #56184] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56184 > Parrot seems to have a problem with lexical handling. Consider the following Perl

[perl #55594] Modify parser to allow empty semicolon ';' terminated statement

2008-06-21 Thread Patrick R. Michaud via RT
Applied in r28597, thanks! Pm

Re: [perl #55960] [BUG] [PATCH] Hash declarations broken in c++ build

2008-06-21 Thread chromatic
On Thursday 19 June 2008 15:09:53 NotFound via RT wrote: > Another try. Builds and pass tests both with C and C++. I wish it were cleaner, but I can live with this for now to get C++ building again. Thanks, applied as r28602. -- c

possible clarification of item(), list(), etc.

2008-06-21 Thread Patrick R. Michaud
I think we need a slight wording improvement in S03. Currently S03:1772 says that the C contextualizer is equivalent to C<@()>. However, S05:2328 also says that C<@()> is a shorthand for C<@($/)>. Taken together, these would seem to imply that C is equivalent to C<@($/)>, which I suspect is not

[perl #56068] [PATCH] modify t/spectest_regression.data

2008-06-21 Thread Patrick R. Michaud via RT
Applied in r28599, thanks! Pm

[perl #56186] [TODO] Add --target=bytecode to HLLCompiler

2008-06-21 Thread Patrick R. Michaud (via RT)
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #56186] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56186 > Jonathan says that it's possible to generate and save bytecode within PIR -- see l

and in S05

2008-06-21 Thread cognominal
C and being zero width assertions , I think they must always be called with a question mark. This is not the case line 394 and 1537. Perljam suggested that a zero width assertion can be also a capturing one and that could explain the dropping of the question mark. I don't agree with that suggesti

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

2008-06-21 Thread larry
Author: larry Date: Sat Jun 21 17:43:15 2008 New Revision: 14555 Modified: doc/trunk/design/syn/S05.pod Log: clarifications requested by cognominal++ Modified: doc/trunk/design/syn/S05.pod == --- doc/trunk/design/syn

Re: and in S05

2008-06-21 Thread Larry Wall
On Sat, Jun 21, 2008 at 01:59:28PM -0700, cognominal wrote: : C and being zero width assertions , I think they must : always be called with : a question mark. This is not the case line 394 and 1537. : Perljam suggested that a zero width assertion can be also a capturing : one and that : could exp

Re: [perl #53976] [CAGE] Remove tools/dev/ops_renum.mak

2008-06-21 Thread Will Coleda
On Sat, Jun 21, 2008 at 1:40 PM, chromatic <[EMAIL PROTECTED]> wrote: > On Saturday 21 June 2008 07:16:58 James Keenan via RT wrote: > >> On Sat May 10 20:22:53 2008, coke wrote: >> > This make file isn't preprocessed like the standard root.in: it >> > assumes perl is in your path, and redefines th

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

2008-06-21 Thread larry
Author: larry Date: Sat Jun 21 18:28:14 2008 New Revision: 14556 Modified: doc/trunk/design/syn/S03.pod Log: clarifications requested by pmichaud++ Modified: doc/trunk/design/syn/S03.pod == --- doc/trunk/design/syn/S

[perl #52506] [CAGE] Refactor ops2c

2008-06-21 Thread James Keenan via RT
Resolved per discussion with Infinoid.