Re: [perl #53602] remove or convert tools/docs/search-ops.py

2008-05-28 Thread chromatic
On Wednesday 28 May 2008 18:15:32 James Keenan via RT wrote: > Yes. That worked. Thanks for the suggestion. Please see revised patch > attached. All tests pass for me, so +1 here. I say commit away. I do have one more question though: > +{ > +    my $tdir = tempdir(); > +    foreach my $g (

Re: [perl #53602] remove or convert tools/docs/search-ops.py

2008-05-28 Thread chromatic
On Wednesday 28 May 2008 04:37:43 James Keenan via RT wrote: > On Tue May 27 20:23:21 2008, [EMAIL PROTECTED] wrote: > > Why are there four separate test files? It makes more sense to me to > > combine them into a single test file; I'm not sure why there's such a > > proliferation of multiple te

Re: [perl #53602] remove or convert tools/docs/search-ops.py

2008-05-27 Thread chromatic
On Tuesday 27 May 2008 20:06:29 James Keenan via RT wrote: > Here's a patch with the requested conversion to Perl. > > Since this program is really a Parrot developer's tool, I'm recommending > that it be moved to tools/dev/ from tools/docs/. > > Much of the functionality has been extracted into s

Re: [perl #53602] remove or convert tools/docs/search-ops.py

2008-05-01 Thread chromatic
On Thursday 01 May 2008 15:51:17 James Keenan via RT wrote: > *Is* the script worth keeping? If someone can describe how it is > useful, then I will take a crack at perl-izing it. I believe that you give it the name of an opcode, and it tells you which src/ops/*.ops file contains it and any doc