Re: [perl #16852] [PATCH] Eliminate empty extension

2002-09-05 Thread Mike Lambert
> > This patch trims off the period at the end of executable filenames for > > C-based tests on unix. (It compiled "t/src/basic_1.c" -> > > "t/src/basic_1."; this patch makes that "t/src/basic_1") > > This patch should also update languages/perl6/P6C/TestCompiler.pm, since > it hijacks lib/Parrot/

Re: [perl #16852] [PATCH] Eliminate empty extension

2002-08-31 Thread Mike Lambert
> This patch trims off the period at the end of executable filenames for > C-based tests on unix. (It compiled "t/src/basic_1.c" -> > "t/src/basic_1."; this patch makes that "t/src/basic_1") This patch should also update languages/perl6/P6C/TestCompiler.pm, since it hijacks lib/Parrot/Test.pm to

Re: [perl #16852] [PATCH] Eliminate empty extension

2002-08-30 Thread Leopold Toetsch
Steve Fink wrote: > On Thu, Aug 29, 2002 at 11:56:42PM +0200, Leopold Toetsch wrote: > The script you're referring to sounds like it actually does something > meaningful, like run ops2c.pl on all the tests and execute them that > way. s/ops2c.pl/pbc2c.pl/perl6/ ;-) > ... Which is utterly un

Re: [perl #16852] [PATCH] Eliminate empty extension

2002-08-29 Thread Steve Fink
On Thu, Aug 29, 2002 at 11:56:42PM +0200, Leopold Toetsch wrote: > Steve Fink (via RT) wrote: > > >This patch trims off the period at the end of executable filenames for > >C-based tests on unix. > > Nice, but I'm a little bit Warnocked. > > 1) I did post a script (testnative), which runs _all

Re: [perl #16852] [PATCH] Eliminate empty extension

2002-08-29 Thread Leopold Toetsch
Steve Fink (via RT) wrote: > This patch trims off the period at the end of executable filenames for > C-based tests on unix. Nice, but I'm a little bit Warnocked. 1) I did post a script (testnative), which runs _all_ tests as executables, _all_ not one, and --shared too. 2) Im my tree (~2

[perl #16852] [PATCH] Eliminate empty extension

2002-08-29 Thread via RT
# New Ticket Created by Steve Fink # Please include the string: [perl #16852] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=16852 > This patch trims off the period at the end of executable filenames for C-based tests on u