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 does
> what 'tools/build/ops2pm.pl --renum' does now; and
>
> (d) only at this point determine whether we need to gussy this up as a
> 'make' target.
It would be convenient to have a make target which renumbers ops. Every
time
I've added or removed an op, I've had to go source diving to figure out
where
and how to invoke this makefile.
When I do so, I get the following error:
hole in ops.num before #1186 at lib/Parrot/Ops2pm/Utils.pm line 330,
<$op> line 1206.
If this message told how to fix it, that would reduce the amount of
esoteric knowledge required; you wouldn't even need to know to look in
the makefile. So if it were me, I would remove the makefile target, and
change Parrot::Ops2pm::Utils to point to the new script.
-- Bob Rogers
http://rgrjr.dyndns.org/