On Fri Apr 04 06:22:01 2008, coke wrote: > This file could use some care (or be deleted): > > - It hasn't tracked movement of source directories > - has some colorful exceptions messages which need to be standardized > - the comparison algorithm to find out if something is jitted could be > switched to hash lookup from an array walk. >
And on top of all that, it's misnamed. Any file called tools/build/*.pl ought to be used in a *build* process. Hence, it ought to show up in my 'make' log. It doesn't. I grepped trunk. This is all I came up with: [parrot] 510 $ fns . | xargs grep -n list_unjitted ./lib/Parrot/Docs/Section/Tools.pm:99: $self->new_item( '', 'tools/build/list_unjitted.pl' ), ./MANIFEST:3573:tools/build/list_unjitted.pl [] ./tools/build/list_unjitted.pl:4:# $Id: list_unjitted.pl 21252 2007-09-13 06:36:05Z paultcochrane $ If no one speaks up for it in 24 hours, out it goes. kid51