Skip Menu |

This queue is for tickets about the Smart-Comments CPAN distribution.

Report information
The Basics
Id: 87039
Status: open
Priority: 0/
Queue: Smart-Comments

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

Bug Information
Severity: (no value)
Broken in: 1.000004
Fixed in: (no value)



Subject: Fails with uselongdouble
As per subject. Test while_num.t is relying on 18*(1-30/36) being smaller than 3.0 but with uselongdouble it is greater. for p in /home/src/perl/repoperls/installed-perls/perl/v5.14.4/????/bin/perl ; do $p -le 'use Config; printf "%.20f %s\n", 18*(1-30/36), $Config{uselongdouble}?"uselongdouble":"no uselongdouble"'; done 3.00000000000000000043 uselongdouble 2.99999999999999911182 no uselongdouble Sample fail report: http://www.cpantesters.org/cpan/report/32118829 # not accessible at the time of this writing HTH&&Regards,
Subject: Re: [rt.cpan.org #87039] Fails with uselongdouble
Date: Fri, 19 Jul 2013 11:30:33 +0200
To: bug-Smart-Comments [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
Thanks, Andreas! I have updated the test, to remove the hard-coded (wrong) assumptions. %-) Much appreciated. Damian