Skip Menu |

This queue is for tickets about the Scalar-List-Utils CPAN distribution.

Report information
The Basics
Id: 118470
Status: open
Priority: 0/
Queue: Scalar-List-Utils

People
Owner: Nobody in particular
Requestors: jhi [...] iki.fi
Cc:
AdminCc:

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

Attachments
netbsd-vax-scalar-list-utils-patches.tgz



Subject: [PATCHES] patches for VAX (netbsd-vax)
The VAX floating point has no inf/nan. The attached patches fix Scalar-List-Utils in netbsd-vax (the Perl 5.26 is expected to support netbsd-vax). (The subname.t is still crashing (hard, not the test, but Perl), but that seems not to be Infinity-related.)
Subject: netbsd-vax-scalar-list-utils-patches.tgz

Message body not shown because it is not plain text.

From: jhi [...] iki.fi
On Sat Oct 22 11:51:03 2016, jhi@iki.fi wrote: Show quoted text
> The VAX floating point has no inf/nan. > > The attached patches fix Scalar-List-Utils in netbsd-vax (the Perl > 5.26 is expected to support netbsd-vax).
Also, a follow-up patch: https://perl5.git.perl.org/perl.git/commit/d1deb742f98169ce12c103478382902d83f6717a
RT-Send-CC: XSAWYERX [...] cpan.org
On Fri Nov 04 09:06:24 2016, jhi@iki.fi wrote: Show quoted text
> On Sat Oct 22 11:51:03 2016, jhi@iki.fi wrote:
> > The VAX floating point has no inf/nan. > > > > The attached patches fix Scalar-List-Utils in netbsd-vax (the Perl > > 5.26 is expected to support netbsd-vax).
> > Also, a follow-up patch: > > https://perl5.git.perl.org/perl.git/commit/d1deb742f98169ce12c103478382902d83f6717a
It would be good if the patches/pull requests submitted for this RT were merged and a new CPAN release issued. These revisions were merged into perl5-blead on or about Nov 5 of this year. ##### commit aa3ecafd01033b5ee5566f754a882d417a39e0ad Author: Jarkko Hietaniemi <jhi@iki.fi> AuthorDate: Sat Nov 5 14:10:56 2016 Commit: Jarkko Hietaniemi <jhi@iki.fi> CommitDate: Sat Nov 5 14:12:39 2016 netbsd-vax: no infinity The tests were not failing, but being a bit noisy. ##### The fact that the distro in blead diverged from CPAN meant that in blead we had to make CUSTOMIZED entries for this distribution in Porting/Maintainers.pl. When I went to merge into perl5-blead the changes for https://rt.cpan.org/Ticket/Display.html?id=119169 (t/tainted.t problems), I had to perform surgery on some of the files and increment the version number to 1.47_01. The results of that surgery can be found in this branch: ##### smoke-me/jkeenan/scalar-list-utils-rectify ##### Thank you very much. Jim Keenan
From: davem [...] iabyn.com
I've removed these customisations from the blead distribution, as having diverging distributions was too hard. Presumably they'll re-appear in blead once they've been merged upstream.