Skip Menu |

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

Report information
The Basics
Id: 101494
Status: patched
Priority: 0/
Queue: Scalar-List-Utils

People
Owner: Nobody in particular
Requestors: davem [...] iabyn.com
Cc:
AdminCc:

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



Subject: [PATCH] reduce compiler warnings and stderr noise
Date: Mon, 12 Jan 2015 15:35:34 +0000
To: bug-Scalar-List-Utils [...] rt.cpan.org
From: Dave Mitchell <davem [...] iabyn.com>
Dear maintainer of a dual-lived CPAN distribution: I'm currently attempting to get bleadperl to be warnings-clean; i.e. where (./Configure && make) 2>errs leaves no lines in 'errs'. Recently bleadperl made the -W options passed to the C compiler more fascist, and in addition we're trying to get blead to compile and run cleanly under clang's -fsanitize=undefined option. Due to that and other reasons, bleadperl's build is currently very noisy. Attached (hopefully) to this ticket is one or more patches that reduce the noise of your distribution when built as part of bleadperl. It would be great if they could make it into a new release of your distribution in time for incorporation into perl-5.22.0. Our timetable is: 2015-01-20 5.21.8 Contentious changes freeze 2015-02-20 5.21.9 User-visible changes freeze 2015-03-20 5.21.10 Full code freeze 2015-05-20 5.22.0 Stable release! so for example if a new release of your distribution included contentious features, then it would need to be merged into blead *prior* to the 20th of Jan. Thanks, Dave M. -- Art is anything that has a label (especially if the label is "untitled 1")

Message body is not shown because sender requested not to inline it.

Subject: Re: [rt.cpan.org #101494] AutoReply: [PATCH] reduce compiler warnings and stderr noise
Date: Fri, 23 Jan 2015 10:42:39 +0000
To: Bugs in Scalar-List-Utils via RT <bug-Scalar-List-Utils [...] rt.cpan.org>
From: Dave Mitchell <davem [...] iabyn.com>
Also attached (hopefullu) are two further patches that also reduce warnings, that I forgot to include in the original ticket request. -- I thought I was wrong once, but I was mistaken.

Message body is not shown because sender requested not to inline it.

Message body is not shown because sender requested not to inline it.

Subject: Re: [rt.cpan.org #101494] AutoReply: [PATCH] reduce compiler warnings and stderr noise
Date: Thu, 24 Sep 2015 12:07:47 +0100
To: Bugs in Scalar-List-Utils via RT <bug-Scalar-List-Utils [...] rt.cpan.org>
From: Dave Mitchell <davem [...] iabyn.com>
On Mon, Jan 12, 2015 at 10:35:47AM -0500, Bugs in Scalar-List-Utils via RT wrote: Show quoted text
> Attached (hopefully) to this ticket is one or more patches that reduce the > noise of your distribution when built as part of bleadperl.
Bump. -- Technology is dominated by two types of people: those who understand what they do not manage, and those who manage what they do not understand.
0001-Scalar-List-Utils-avoid-warning.patch no longer applies. -- Paul Evans
On Fri Jan 23 05:42:56 2015, davem@iabyn.com wrote: Show quoted text
> Also attached (hopefullu) are two further patches that also reduce > warnings, that I forgot to include in the original ticket request.
Applied. -- Paul Evans
Subject: Re: [rt.cpan.org #101494] [PATCH] reduce compiler warnings and stderr noise
Date: Wed, 18 Nov 2015 15:48:36 +0000
To: Paul Evans via RT <bug-Scalar-List-Utils [...] rt.cpan.org>
From: Dave Mitchell <davem [...] iabyn.com>
On Wed, Nov 18, 2015 at 10:00:41AM -0500, Paul Evans via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=101494 > > > 0001-Scalar-List-Utils-avoid-warning.patch no longer applies.
It looks like this change in refaddr.t in 1.42: - my $addr = do { local $^W; hex $1 }; + my $addr = do { no warnings; hex $1 }; should already accomplish what my patch attempted to do. So it can be safely rejected. -- The Enterprise is involved in a bizarre time-warp experience which is in some way unconnected with the Late 20th Century. -- Things That Never Happen in "Star Trek" #14