Skip Menu |

This queue is for tickets about the Math-PlanePath CPAN distribution.

Report information
The Basics
Id: 110793
Status: resolved
Priority: 0/
Queue: Math-PlanePath

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 121
Fixed in: 122



Subject: Test failure with latest Math::BigFloat
t/bigfloat.t fails if the latest Math-BigInt distribution is installed: # Math::BigFloat version 1.999712 # Math::BigInt version 1.999712 Use of uninitialized value in new at t/bigfloat.t line 189. # +inf is inf # -inf is -inf # nan is NaN # Saw 1 warning(s): # # Trace begun at t/MyTestHelpers.pm line 55 # MyTestHelpers::nowarnings_handler('Use of uninitialized value in new at t/bigfloat.t line 189.^J') called at /opt/perl-5.18.2/lib/site_perl/5.18.2/Carp.pm line 168 # Carp::carp('Use of uninitialized value in new') called at /home/eserte/.cpan/build/2015123018/Math-BigInt-1.999712-abzcCo/blib/lib/Math/BigFloat.pm line 145 # Math::BigFloat::new('Math::BigFloat') called at t/bigfloat.t line 189 # # # Exit code 1 for warnings t/bigfloat.t .................... Dubious, test returned 1 (wstat 256, 0x100)
Subject: Re: [rt.cpan.org #110793] Test failure with latest Math::BigFloat
Date: Sat, 02 Jan 2016 16:55:48 +1100
To: "Slaven_Rezic via RT" <bug-Math-PlanePath [...] rt.cpan.org>
From: Kevin Ryde <user42_kevin [...] yahoo.com.au>
"Slaven_Rezic via RT" <bug-Math-PlanePath@rt.cpan.org> writes: Show quoted text
> > t/bigfloat.t fails if the latest Math-BigInt distribution is installed:
Thanks, sloppiness in a test in one place. Version 122 should be better. I had $x = Math::BigFloat->new; which used to be ok but perhaps never meant to be. -- I asked my builders if all the effing and blinding was really necessary. They said no but the quality of their work would suffer without it.
On 2016-01-02 00:58:15, user42_kevin@yahoo.com.au wrote: Show quoted text
> "Slaven_Rezic via RT" <bug-Math-PlanePath@rt.cpan.org> writes:
> > > > t/bigfloat.t fails if the latest Math-BigInt distribution is installed:
> > Thanks, sloppiness in a test in one place. Version 122 should be > better. I had > > $x = Math::BigFloat->new; > > which used to be ok but perhaps never meant to be. >
Looks good so far: http://matrix.cpantesters.org/?dist=Math-PlanePath+122