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

2008-07-02 Thread Will Coleda
On Mon, Jun 30, 2008 at 8:02 PM, Will Coleda <[EMAIL PROTECTED]> wrote: > On Sun, Jun 22, 2008 at 1:05 PM, James Keenan via RT > <[EMAIL PROTECTED]> wrote: >> On Sat Jun 21 07:16:56 2008, [EMAIL PROTECTED] wrote: >> [snip] >>> >>> (a) pull renum_op_map_file() out of Parrot::Ops2pm::Utils and into a

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

2008-06-30 Thread Will Coleda
On Sun, Jun 22, 2008 at 1:05 PM, James Keenan via RT <[EMAIL PROTECTED]> wrote: > On Sat Jun 21 07:16:56 2008, [EMAIL PROTECTED] wrote: > [snip] >> >> (a) pull renum_op_map_file() out of Parrot::Ops2pm::Utils and into a >> subclass -- the better to emphasize that it's not part of the regular >> 'ma

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

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

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

[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 #53976] [CAGE] Remove tools/dev/ops_renum.mak

2008-05-10 Thread chromatic
On Sat, May 10, 2008 at 08:22:53PM -0700, Will Coleda 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's move the step into the core makefile, and add another > --maintainer tweak like the one for

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

2008-05-10 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #53976] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=53976 > This make file isn't preprocessed like the standard root.in: it assumes perl is in your p