Re: Test::Harness Output Change

2008-08-21 Thread Andy Armstrong
On 21 Aug 2008, at 19:02, David E. Wheeler wrote: On Aug 21, 2008, at 06:55, Thomas Klausner wrote: unexpected consequences. It also highlights the issue of Test::Harness's long-standing practice of stripping the .t extension from filenames. Why? If we want other extensions, stripping them is

Re: Test::Harness Output Change

2008-08-21 Thread David E . Wheeler
On Aug 21, 2008, at 06:55, Thomas Klausner wrote: unexpected consequences. It also highlights the issue of Test::Harness's long-standing practice of stripping the .t extension from filenames. Why? If we want other extensions, stripping them is probably bad. FYI, when I run both .t Perl and .s

Re: Test::Harness Output Change

2008-08-21 Thread David E. Wheeler
On Aug 21, 2008, at 08:06, Paul Johnson wrote: On Thu, Aug 21, 2008 at 10:09:32AM -0400, Christopher H. Laco wrote: I've got one at home now that also has .rb files... Why .phpt instead of .php? Why not .t for every language? Because that's how the harness knows what program to execute: P

Re: Test::Harness Output Change

2008-08-21 Thread Ricardo SIGNES
* Ovid <[EMAIL PROTECTED]> [2008-08-21T05:36:11] > Both of us found this much cleaner. However, this might have unexpected > consequences. It also highlights the issue of Test::Harness's long-standing > practice of stripping the .t extension from filenames. Why? If we want other > extensions, strip

Re: Test::Harness Output Change

2008-08-21 Thread Paul Johnson
On Thu, Aug 21, 2008 at 10:09:32AM -0400, Christopher H. Laco wrote: > I've got one at home now that also has .rb files... > > Why .phpt instead of .php? Why not .t for every language? I have a suspicion that I will like the dot change but not the .t change. -- Paul Johnson - [EMAIL PROTECTED

Re: Test::Harness Output Change

2008-08-21 Thread Christopher H. Laco
Andy Lester wrote: > > On Aug 21, 2008, at 4:36 AM, Ovid wrote: > >> Why? If we want other extensions, stripping them is probably bad. > > > We definitely want other extensions. I have a pending project that > relies on running .t and .phpt next to each other. > > xoa I've got one at home n

Re: Test::Harness Output Change

2008-08-21 Thread Andy Lester
On Aug 21, 2008, at 4:36 AM, Ovid wrote: Why? If we want other extensions, stripping them is probably bad. We definitely want other extensions. I have a pending project that relies on running .t and .phpt next to each other. xoa -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com

Re: Test::Harness Output Change

2008-08-21 Thread Andy Armstrong
On 21 Aug 2008, at 14:55, Thomas Klausner wrote: unexpected consequences. It also highlights the issue of Test::Harness's long-standing practice of stripping the .t extension from filenames. Why? If we want other extensions, stripping them is probably bad. Actually, I'd love to have the extensi

Re: Test::Harness Output Change

2008-08-21 Thread Thomas Klausner
Hi! On Thu, Aug 21, 2008 at 02:36:11AM -0700, Ovid wrote: > unexpected consequences. It also highlights the issue of > Test::Harness's long-standing practice of stripping the .t extension > from filenames. Why? If we want other extensions, stripping them is > probably bad. Actually, I'd love

Re: Test::Harness Output Change

2008-08-21 Thread Andy Armstrong
On 21 Aug 2008, at 10:36, Ovid wrote: You'll see this: t/proverun ok t/regression .. ok t/results . ok t/scheduler ... ok t/source .. ok t/spool ... ok t/state ..

Test::Harness Output Change

2008-08-21 Thread Ovid
I've just committed a minor change that both Andy and I have wanted for a long time, but I do wonder if it will impact others. Instead of seeing this: t/proverun..ok t/regressionok t/results...ok t/scheduler..