[perl #41912] [CAGE] survey tools/ dir for unused, old, or broken code, and remove or fix as necessary
James Keenan via RT
parrotbug-followup at parrotcode.org
Sun Dec 28 02:50:29 UTC 2008
On Sat Dec 27 17:16:31 2008, jkeen at verizon.net wrote:
> As of Dec 27 2008:
>
> $ svn status -v tools/dev/* | tr -s ' ' | sort -t ' ' -k 7 -k 12 | cut
> -d ' ' -f3,5
> 11501 tools/dev/testyamd
Let's start to get specific about some cage-cleaning. This shell script
dates from 2004:
r5455 | leo | 2004-02-27 07:11:22 -0500 (Fri, 27 Feb 2004) | 2 lines
It aimed to "run parrot tests under run-yamd". run-yamd turns out to
have been Yet Another Malloc Debugger
(http://www.cs.hmc.edu/~nate/yamd/README.txt). testyamd as written will
no longer run because it depends on an option no longer provided for
t/harness:
perl t/harness --gc-debug --running-make-test --leak-test $@
Any objection to my deleting it? Please speak up within 7 days. Thanks.
kid51
More information about the parrot-dev
mailing list