Re: How to mangle system time for testing

2005-12-29 Thread Javier Amor Garcia
Test::MockTime works fine and with it i finished my test. Thanks for the advice, Adrian

Most Perl6 developers running linux on i386?

2005-12-29 Thread Peter Schwenn
I've spent a couple of days trying out Cygwin, MinGW, PXPerl, and other Windows based contexts, in order to build Pugs w/Embedded Parrot. I've learned a lot about configuration and little else. Would I be right in supposing that most people working on Perl6 and Parrot development, and spend

Re: Cygwin versun plain XP (for working with Pugs+Parrot together)

2005-12-29 Thread Greg Bacon
In message <[EMAIL PROTECTED]>, Joshua Hoblitt writes: : It looks like it was just a missing curly brace. Fix commited as : r10699. Thanks for reporting. Thanks. In my defense, yes, I did try the obvious fix. Looking at the diff, I must've added the curly after C<1;>. The quiet from my wi

Re: $Ignore_Exitcode in Test-Harness

2005-12-29 Thread Shlomi Fish
On Monday 26 December 2005 08:59, Andy Lester wrote: > On Sun, Dec 25, 2005 at 01:46:21PM +0200, Shlomi Fish ([EMAIL PROTECTED]) wrote: > > > > # Some experimental versions of OS/2 build have broken $? > > my $Ignore_Exitcode = $ENV{HARNESS_IGNORE_EXITCODE}; > > > > Meaning, that neaither the

Re: The --perl switch [was Re: $Ignore_Exitcode in Test-Harness]

2005-12-29 Thread Shlomi Fish
On Monday 26 December 2005 09:35, Andy Lester wrote: > On Sun, Dec 25, 2005 at 10:49:28PM +0200, Shlomi Fish ([EMAIL PROTECTED]) wrote: > > However prove does not have a "--perl" switch: > > Fixed in Test::Harness 2.57_01. Thanks. > And thanks again. I've implemented it in runprove (the Test::Ru

Re: The --perl switch [was Re: $Ignore_Exitcode in Test-Harness]

2005-12-29 Thread demerphq
On 12/26/05, Andy Lester <[EMAIL PROTECTED]> wrote: > On Sun, Dec 25, 2005 at 10:49:28PM +0200, Shlomi Fish ([EMAIL PROTECTED]) > wrote: > > However prove does not have a "--perl" switch: > > Fixed in Test::Harness 2.57_01. Thanks. Since you are working on Test::Harness and prove i wonder what t

Injecting functionality into Test::Harness without needing to touch it...

2005-12-29 Thread Adam Kennedy
I'm looking at writing a system a little similar to CPAN Testers. http://ali.as/pita/ I'll be announcing the project properly once I have some basics in place, but the part of it I'm caring about today needs to run through... Makefile.PL make make test sudo make install ...and capture the ou

[perl #38065] [PATCH] TCL [string totitle]

2005-12-29 Thread via RT
# New Ticket Created by Alberto Simoes # Please include the string: [perl #38065] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38065 > Cheers Alberto -- Alberto Simões - Departamento de Informática - Universidade do Min

[perl #34549] [PATCH] t/op/trans.t failure on OpenBSD

2005-12-29 Thread Steve Peters via RT
> [stmpeters - Tue Mar 22 15:41:12 2005]: > > When running testing parrot-HEAD, I get a test failure in t/op/trans.t on > OpenBSD. Running the same tests on Linux seem to work just fine... > > > perl -Ilib t/op/trans.t > 1..19 > ok 1 - sin > ok 2 - cos > ok 3 - tan > ok 4 - sec > ok 5 - atan >

[perl #38060] [BUG] atan2() broken on Solaris with gcc

2005-12-29 Thread Steve Peters via RT
> [EMAIL PROTECTED] - Wed Dec 28 14:07:26 2005]: > > A quick demonstration of the issue: > > -- > #include > #include > > int main () > { > printf("%f\n", atan2(0.0, 0.0)); > printf("%f\n", atan2(-0.0, -0.0)); > } > -- > > -- > $ gcc foo.c -lm > $ ./a.out > 0.00 > 0.00 > -- >

[perl #38065] [PATCH] TCL [string totitle]

2005-12-29 Thread Will Coleda via RT
Thanks, applied!

[perl #38058] [PATCH] make [string last] work on tcl

2005-12-29 Thread Will Coleda via RT
Tests are fine. Good work catching those! Thanks, Applied! > [ambs - Wed Dec 28 09:44:28 2005]: > > Please validate the tests, as the meaning of the 'last' third argument > wasn't the correct in the test cases. > > From tcl, > Search string2 for a sequence of characters that exactly match the

[perl #38066] [PATCH] tcl [string trim(left|right|)

2005-12-29 Thread Will Coleda via RT
Thanks, Applied!

[perl #38067] [PATCH] tcl [string replace] working

2005-12-29 Thread Will Coleda via RT
Thanks, Applied!

[perl #38068] [TODO] Tcl: Add support for octal numbers

2005-12-29 Thread via RT
# New Ticket Created by Matt Diephouse # Please include the string: [perl #38068] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38068 > Partcl needs support for octal numbers. There are two important cases that should be

Re: Most Perl6 developers running linux on i386?

2005-12-29 Thread Steve Peters
On Wed, Dec 28, 2005 at 09:50:49PM -0500, Peter Schwenn wrote: > I've spent a couple of days trying out Cygwin, MinGW, PXPerl, and other > Windows based contexts, in order to build Pugs w/Embedded Parrot. I've > learned a lot about configuration and little else. > > Would I be right in supposi

Re: The --perl switch [was Re: $Ignore_Exitcode in Test-Harness]

2005-12-29 Thread Andy Lester
On Thu, Dec 29, 2005 at 12:40:25PM +0100, demerphq ([EMAIL PROTECTED]) wrote: > Since you are working on Test::Harness and prove i wonder what the status is > of > > https://rt.cpan.org/Ticket/Display.html?id=8767 Will you settle for this instead? It's more DRY. xoa Index: t/prove-switches.

Re: The --perl switch [was Re: $Ignore_Exitcode in Test-Harness]

2005-12-29 Thread demerphq
On 12/29/05, Andy Lester <[EMAIL PROTECTED]> wrote: > On Thu, Dec 29, 2005 at 12:40:25PM +0100, demerphq ([EMAIL PROTECTED]) wrote: > > Since you are working on Test::Harness and prove i wonder what the status > > is of > > > > https://rt.cpan.org/Ticket/Display.html?id=8767 > > Will you settle

Re: Configuration error in parrot-0.4.0

2005-12-29 Thread Joshua Hoblitt
Does this issue still occur with recent svn sources? -J -- On Wed, Dec 28, 2005 at 06:54:18AM -0800, jerry gay wrote: > On 12/28/05, Sastry <[EMAIL PROTECTED]> wrote: > > Hi > > I tried building parrot on Linux 2.4.20 and I get the following error > > during gmake process. I have the default pe

[perl #38066] [PATCH] tcl [string trim(left|right|)

2005-12-29 Thread via RT
# New Ticket Created by Alberto Simoes # Please include the string: [perl #38066] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38066 > -- Alberto Simões - Departamento de Informática - Universidade do Minho

[perl #38067] [PATCH] tcl [string replace] working

2005-12-29 Thread via RT
# New Ticket Created by Alberto Simoes # Please include the string: [perl #38067] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38067 > -- Alberto Simões - Departamento de Informática - Universidade do Minho

[perl #34549] atan2() isn't IEEE compliant on OpenBSD/*BSD/Cygwin/Solaris

2005-12-29 Thread Joshua Hoblitt via RT
FYI - bugs #36835 & #38060 have been merged into #34549. -J --