Skip Menu |

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

Report information
The Basics
Id: 96113
Status: resolved
Priority: 0/
Queue: Math-BigInt-GMP

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

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



Subject: Fails with bleadperl since v5.21.0-74-g32f4893
As per subject. commit 32f4893f37f4f25db406e53fc808a8e75a4f1163 Author: pjacklam <pjacklam@online.no> Date: Tue Apr 15 23:03:18 2014 +0200 Fix RT #62052: Math::BigFloat -> bdiv() in list context HTH&&Thanks, (Disclaimer: this was discovered by statistical analysis, I'm not speaking as a user)
Please provide at least SOME information about what failed.
OMG, sorry for that. I *always* provide a link to a smaple fail report. Except when I'm distracted. http://www.cpantesters.org/cpan/report/54121d0a-e769-11e3-ad38-792d73305bfd More links: http://matrix.cpantesters.org/?dist=Math-BigInt-GMP+1.38 Let me know when I can provide more infos.
Thanks. I know what's wrong. The Math::BigInt::GMP module itself is OK, but the test scripts in the Math-BigInt-GMP distribution (and probably also the other back-ends) are not updated to reflect the most recent changes in the Math-BigInt distribution.
On 2014-06-02 05:42:03, pjacklam wrote: Show quoted text
> Thanks. I know what's wrong. The Math::BigInt::GMP module itself is > OK, but the test scripts in the Math-BigInt-GMP distribution (and > probably also the other back-ends) are not updated to reflect the most > recent changes in the Math-BigInt distribution.
FYI: still failing with perl 5.21.10.
On 2015-03-21 15:36:26, SREZIC wrote: Show quoted text
> On 2014-06-02 05:42:03, pjacklam wrote:
> > Thanks. I know what's wrong. The Math::BigInt::GMP module itself is > > OK, but the test scripts in the Math-BigInt-GMP distribution (and > > probably also the other back-ends) are not updated to reflect the most > > recent changes in the Math-BigInt distribution.
> > FYI: still failing with perl 5.21.10.
What are your plans for a fix? Would it be just the diff below --- but in this case the minimum version for Math::BigFloat would be needed to be increased, which is not yet possible, because this version is not on CPAN yet? diff --git i/t/bigfltpm.inc w/t/bigfltpm.inc index 0911627..1528e48 100644 --- i/t/bigfltpm.inc +++ w/t/bigfltpm.inc @@ -1406,8 +1406,8 @@ NaNmul:-inf:NaN &fdiv-list 0:0:NaN,NaN 0:1:0,0 -9:4:2.25,1 -9:5:1.8,4 +9:4:2,1 +9:5:1,4 # bug in v1.74 with bdiv in list context, when $y is 1 or -1 2.1:-1:-2.1,0 2.1:1:2.1,0
On Fri Apr 03 11:18:38 2015, SREZIC wrote: Show quoted text
> What are your plans for a fix? Would it be just the diff below --- (...)
I planned to add some more fixes to Math::BigInt and Math::BigFloat before releasing new distributions. I am working on this, but it has taken more time than I expected. I will release new distributions so that things get in sync and add my fixes at a later point.
Is there a source control repo we could see the changes at?
On Sat Apr 04 06:11:22 2015, pjacklam wrote: Show quoted text
> On Fri Apr 03 11:18:38 2015, SREZIC wrote: >
> > What are your plans for a fix? Would it be just the diff below --- > > (...)
> > I planned to add some more fixes to Math::BigInt and Math::BigFloat > before releasing new distributions. I am working on this, but it has > taken more time than I expected. > > I will release new distributions so that things get in sync and add my > fixes at a later point.
Any progress on the sync? Still failing with 5.22.0.
I have just uploaded Math-BigInt-GMP-1.39.tar.gz to CPAN. I am sorry this has taken so long. I am working on some release scripts to simplify the work of releasing Math-Big* distributions.
CC: 788328 [...] bugs.debian.org
Subject: Re: [rt.cpan.org #96113] Fails with bleadperl since v5.21.0-74-g32f4893
Date: Tue, 18 Aug 2015 13:02:28 +0200
To: Peter John Acklam via RT <bug-Math-BigInt-GMP [...] rt.cpan.org>
From: gregor herrmann <gregoa [...] debian.org>

Message body is not shown because it is too large.

Download signature.asc
application/pgp-signature 949b

Message body not shown because it is not plain text.

Subject: Re: [rt.cpan.org #96113] Fails with bleadperl since v5.21.0-74-g32f4893
Date: Tue, 18 Aug 2015 14:21:52 +0200
To: bug-Math-BigInt-GMP [...] rt.cpan.org
From: Peter John Acklam <pjacklam [...] gmail.com>

Message body is not shown because it is too large.

Message body is not shown because it is too large.

Subject: Re: [rt.cpan.org #96113] Fails with bleadperl since v5.21.0-74-g32f4893
Date: Tue, 18 Aug 2015 14:30:36 +0200
To: bug-Math-BigInt-GMP [...] rt.cpan.org
From: Peter John Acklam <pjacklam [...] gmail.com>
​Sorry about the previous, empty posting. The reason for the failed tests is that the Math-BigInt-GMP-1.39 depends on a more recent version of Math-BigInt than the one you have installed. I forgot to add this dependency. I will upload a new version shortly ​with the added dependency. The development cycle for the Math-Big* (and bignum) distributions has been much too slow. I am in the progress of streamlining the development and release process, but not everything is in place yet. Sorry for the inconvenience. Peter
Subject: Re: [rt.cpan.org #96113] Fails with bleadperl since v5.21.0-74-g32f4893
Date: Tue, 18 Aug 2015 20:20:58 +0200
To: Peter John Acklam via RT <bug-Math-BigInt-GMP [...] rt.cpan.org>
From: gregor herrmann <gregoa [...] debian.org>
On Tue, 18 Aug 2015 08:30:47 -0400, Peter John Acklam via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=96113 > > Sorry about the previous, empty posting.
No worries. Show quoted text
> The reason for the failed tests is that the Math-BigInt-GMP-1.39 depends on > a more recent version of Math-BigInt than the one you have installed. I > forgot to add this dependency.
Ah, that was my suspicion already. Show quoted text
> I will upload a new version shortly with > the added dependency.
Thank you! Cheers, gregor -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - https://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `-
Download signature.asc
application/pgp-signature 949b

Message body not shown because it is not plain text.

I released Math-BigInt-GMP-1.40 yesterday.
Fixed in Math-BigInt-GMP-1.40.