how to run test.pl before the t/*.t tests ?

2004-06-18 Thread Gabor Szabo
I am dealing with a module which has a test.pl using Test.pm Specifically I am talking about HTML::Template for which I try to act as a hoplite. I am trying to add a bunch of tests in t/ using Test::More but in order to make sure we don't lose any previous test we would like to keep the test.pl

Re: Perl Test-First Kata

2004-06-18 Thread Bob Goolsby (bogoolsb)
Indeed, I would be interested. Training before combat is always useful. B At 12:03 PM 6/18/2004 -0700, chromatic wrote: Hi all, Nat's latest journal entry (http://use.perl.org/~gnat/journal/19351) suggests coming up with some test-first Kata in Perl. Kata are small exercises that don't really mat

Re: Perl Test-First Kata

2004-06-18 Thread Andy Lester
On Fri, Jun 18, 2004 at 12:03:51PM -0700, chromatic ([EMAIL PROTECTED]) wrote: > Is anyone else interested in writing some small excercises for people to > practice their Perl test-fu? Yes. A lot. I think it'll bring many to the light. xox, Andy -- Andy Lester => [EMAIL PROTECTED] => www.petd

Perl Test-First Kata

2004-06-18 Thread chromatic
Hi all, Nat's latest journal entry (http://use.perl.org/~gnat/journal/19351) suggests coming up with some test-first Kata in Perl. Kata are small exercises that don't really matter except as learning experiences (http://pragprog.com/pragdave/Practices/CodeKata.rdoc). Is anyone else interested in

Re: one shootout result

2004-06-18 Thread Sean O'Rourke
fib_native.imc Description: Binary data

Re: [CVS ci] slices 1 - 6

2004-06-18 Thread Leopold Toetsch
Michael Fischer <[EMAIL PROTECTED]> wrote: > On Jun 18, Leopold Toetsch <[EMAIL PROTECTED]> took up a keyboard and banged out >> Piter = slice Pagg[ 1 .. 4, 7, 10 .. ] >> >> (The space between a number and ".." is needed, the lexer would parse >> "1." as a float - workarounds welcome) > if th

Re: [CVS ci] slices 1 - 6

2004-06-18 Thread Michael Fischer
On Jun 18, Leopold Toetsch <[EMAIL PROTECTED]> took up a keyboard and banged out > Slice iterators for arrays[1] and PerlStrings are working now. > > 1) create a slice iterator > > Piter = slice Pagg[ 1 .. 4, 7, 10 .. ] > > (The space between a number and ".." is needed, the lexer would par

Re: [perl #30349] [PATCH] Fix Win32 building part 1

2004-06-18 Thread Andy Dougherty
On Thu, 17 Jun 2004, Jonathan Worthington wrote: > I should find time in the next couple of days to implement stat.c for Win32, > at which point with any luck we'll have a working Parrot on Win32 again. You might try grabbing the section from perl5's perl.h header which does things like #if

Re: one shootout result

2004-06-18 Thread Leopold Toetsch
Sean O'Rourke <[EMAIL PROTECTED]> wrote: > At least on Fibonacci, there's room for improvement, even after > ignoring calling conventions and hand-tweaking the assembly a bit. > Here are the numbers for n=27, running "parrot -j -O2": -O2 isn't working and disabled. Anyway run it with "-j -Oc". Th

[CVS ci] slices 7 - PerlHash slice values

2004-06-18 Thread Leopold Toetsch
Single slice values for PerlHash are functional too. PIter = slice Phash["a", "b", "c"] For slice ranges we probably need the perl5ish string increment and decrement of strings. leo

[CVS ci] slices 1 - 6

2004-06-18 Thread Leopold Toetsch
Slice iterators for arrays[1] and PerlStrings are working now. 1) create a slice iterator Piter = slice Pagg[ 1 .. 4, 7, 10 .. ] (The space between a number and ".." is needed, the lexer would parse "1." as a float - workarounds welcome) 2) Reset iterator PIter = .ITERATE_FROM_START 3) Loo

one shootout result

2004-06-18 Thread Sean O'Rourke
fib_native_nopcc.pasm Description: Binary data fib_native.imc Description: Binary data fib_pmc.imc Description: Binary data

[perl #30349] [PATCH] Fix Win32 building part 1

2004-06-18 Thread via RT
# New Ticket Created by Jonathan Worthington # Please include the string: [perl #30349] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=30349 > Hi, The attached one-line patch sorts out something that stopped ICU build w

Re: Removing Tests from Devel::Cover results

2004-06-18 Thread Paul Johnson
On Thu, Jun 17, 2004 at 11:58:16AM -0400, Geoffrey Young wrote: > Tony Bowden wrote: > > Is there any simple way to remove the test files themselves from the > > Devel::Cover results? i.e. just see the coverage analysis of the files > > being tested rather than all the t/* files as well? > > > >

[perl #30344] [PATCH] nmake clean fixes

2004-06-18 Thread via RT
# New Ticket Created by Dennis Rieks # Please include the string: [perl #30344] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=30344 > Hi, some changes to run "nmake clean" on windows with nmake / vc6. patch descriptio

Re: New Devel::Cover Noise

2004-06-18 Thread Paul Johnson
On Thu, Jun 17, 2004 at 09:31:48AM -0700, David Wheeler wrote: > I checked in a bunch of changes to my module last night, and then the > nightly process that runs cover on it output these lines: > > Devel::Cover: ignoring extra subroutine > Devel::Cover: ignoring extra statement > Devel::Cover: