Re: [Patch] fix tests failing due to recent PerlNum modifications

2004-03-19 Thread Leopold Toetsch
Jens Rieks <[EMAIL PROTECTED]> wrote: > Hi, > new P0, .PerlNum > set P0, 0.0 > print P0 > should IMO print "0.00" rather than "0", because its a floating point > number and not an integer. > What are the arguments for printing "0"? PerlNums evaluating to whole integers (except -0.0 now

Re: [Patch] fix tests failing due to recent PerlNum modifications

2004-03-19 Thread Jens Rieks
Hi, On Friday 19 March 2004 16:23, Leopold Toetsch wrote: > I'm currently fixing the code. > So thanks - not needed. new P0, .PerlNum set P0, 0.0 print P0 should IMO print "0.00" rather than "0", because its a floating point number and not an integer. What are the arguments for printi

Re: [Patch] fix tests failing due to recent PerlNum modifications

2004-03-19 Thread Leopold Toetsch
Jens Rieks <[EMAIL PROTECTED]> wrote: I'm currently fixing the code. So thanks - not needed. leo

[Patch] fix tests failing due to recent PerlNum modifications

2004-03-19 Thread Jens Rieks
jens Index: t/pmc/pmc.t === RCS file: /cvs/public/parrot/t/pmc/pmc.t,v retrieving revision 1.84 diff -u -r1.84 pmc.t --- t/pmc/pmc.t 14 Mar 2004 08:49:16 - 1.84 +++ t/pmc/pmc.t 19 Mar 2004 12:20:49 - @@ -774,7 +774,7 @@