Skip Menu |

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

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

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

Bug Information
Severity: Normal
Broken in: 2.15
Fixed in: (no value)



Subject: enabling 'bitwise' feature breaks overloaded bitwise operations
Hi, Currently, Father Chrysostomos is claiming that this is not a perl bug. (See explanation at https://rt.perl.org/Public/Bug/Display.html?id=132589 ) The demo: use warnings; use Math::GMP; use feature 'bitwise'; print Math::GMP->new(2) & Math::GMP->new(3); Outputs: The bitwise feature is experimental at bitwise.pl line 4. Usage: Math::GMP::band(m, n, swap) at bitwise.pl line 4. Cheers, Rob
Subject: Re: [rt.cpan.org #123907] enabling 'bitwise' feature breaks overloaded bitwise operations
Date: Mon, 18 Dec 2017 16:04:41 +0200
To: bug-Math-GMP [...] rt.cpan.org
From: Shlomi Fish <shlomif [...] shlomifish.org>
On Mon, 18 Dec 2017 06:09:46 -0500 "Sisyphus via RT" <bug-Math-GMP@rt.cpan.org> wrote: Show quoted text
> Mon Dec 18 06:09:45 2017: Request 123907 was acted upon. > Transaction: Ticket created by SISYPHUS > Queue: Math-GMP > Subject: enabling 'bitwise' feature breaks overloaded bitwise operations > Broken in: 2.15 > Severity: Normal > Owner: Nobody > Requestors: sisyphus@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=123907 > > > > Hi, > > Currently, Father Chrysostomos is claiming that this is not a perl bug. (See > explanation at https://rt.perl.org/Public/Bug/Display.html?id=132589 ) > > The demo: > > use warnings; > use Math::GMP; > use feature 'bitwise'; > print Math::GMP->new(2) & Math::GMP->new(3); > > Outputs: > > The bitwise feature is experimental at bitwise.pl line 4. > Usage: Math::GMP::band(m, n, swap) at bitwise.pl line 4. > > Cheers, > Rob
Hi Rob! Thanks for the report! This should be fixed with tests in 2.16. Please test. -- SHLOMIF -- ----------------------------------------------------------------- Shlomi Fish http://www.shlomifish.org/ Chuck Norris/etc. Facts - http://www.shlomifish.org/humour/bits/facts/ What do you mean by “WDYM”? — http://www.shlomifish.org/humour.html Please reply to list if it's a mailing list post - http://shlom.in/reply .
Yep - fixed in 2.16 Cheers, Rob
Resolved