[perl #47940] [CAGE] mk_native_pbc stale

James Keenan via RT parrotbug-followup at parrotcode.org
Wed Dec 24 03:25:24 UTC 2008


On Thu Jul 31 19:01:29 2008, jkeen at verizon.net wrote:

> 
> This means that tools/dev/mk_native_pbc has been dead in the water since
> #7646.  Has anybody missed it?  If not, why should we retain it?
> 


I see that pmichaud did a minor fix to tools/dev/mk_native_pbc a short
time ago:

$ svn diff -r 32133:32134 tools/dev/mk_native_pbc
Index: tools/dev/mk_native_pbc
===================================================================
--- tools/dev/mk_native_pbc     (revision 32133)
+++ tools/dev/mk_native_pbc     (revision 32134)
@@ -26,7 +26,7 @@
 mv n.pbc t/native_pbc/number_1.pbc
 
 make pdump
-pdump -h t/native_pbc/number_1.pbc
-pdump -h t/native_pbc/number_2.pbc
+./pdump -h t/native_pbc/number_1.pbc
+./pdump -h t/native_pbc/number_2.pbc
 
 perl t/harness t/native_pbc/number.t


Patrick:  Does this mean that you believe that mk_native_pbc is useful
and should be retained?

Thank you very much.
kid51




More information about the parrot-dev mailing list