Running Perl 6 Tests

2008-10-20 Thread Ovid
I've been doing some work integrating Perl 6 into vim and now I'm trying to figure out how to run individual Perl 6 tests. It appears that the incantation is along the lines of: perl t/harness --verbosity 1 t/01-sanity/02-counter.t However, in digging further, I found this: perl

Re: Running Perl 6 Tests

2008-10-20 Thread Moritz Lenz
Ovid wrote: I've been doing some work integrating Perl 6 into vim and now I'm trying to figure out how to run individual Perl 6 tests. It appears that the incantation is along the lines of: perl t/harness --verbosity 1 t/01-sanity/02-counter.t However, in digging further, I found

Re: Running Perl 6 Tests

2008-10-20 Thread Ovid
--- On Mon, 20/10/08, Moritz Lenz [EMAIL PROTECTED] wrote: Also, the way that t/00-parrot/06-op-inplace.t is written forces the test numbers to be out of sequence. This causes make test to fail, even though it's merely a parse error. The Test.pm module appears to work (I've only checked

Re: Running Perl 6 Tests

2008-10-20 Thread Moritz Lenz
Ovid wrote: --- On Mon, 20/10/08, Moritz Lenz [EMAIL PROTECTED] wrote: Also, the way that t/00-parrot/06-op-inplace.t is written forces the test numbers to be out of sequence. This causes make test to fail, even though it's merely a parse error. The Test.pm module appears to work

Re: Smooth numeric upgrades?

2008-10-20 Thread Tom Christiansen
On Mon, 06 Oct 2008 at wee small hour of 02:20:22 EDT you, Michael G Schwern [EMAIL PROTECTED], wrote: Darren Duncan wrote: [2] Num should have an optional limit on the number of decimal places it remembers, like NUMERIC in SQL, but that's a simple truncation. I disagree. Any