Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Devel-Cover CPAN distribution.

Report information
The Basics
Id: 15487
Status: resolved
Priority: 0/
Queue: Devel-Cover

People
Owner: Nobody in particular
Requestors: david [...] landgren.net
Cc:
AdminCc:

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



Subject: 0.55 seems to have trouble with impliicit $_ in a for() modifier?
Hello, I'm using D::C 0.55 on perl 5.8.6 and I'm encountering a bit of trouble with the test suite for Regexp::Assemble. Previous versions of D::C had no trouble with lines like my @list = qw/ den dent din dint ten tent tin tint /; my $ra = Regexp::Assemble->new; $ra->insert( split // ) for @list; I haven't had time to cut this down to a smaller test case. Either this makes immediate sense to you and there's no point, or else it's a head-scratcher. If it's the latter, just holler and I'll try and cut it down. The symptoms are that the insert() method should be receiving an array, and yet it gets nothing. Changing the above code to my @list = qw/ den dent din dint ten tent tin tint /; my $ra = Regexp::Assemble->new; for my $l (@list) { $ra->insert( split //, $l ) } ... makes the test suite work correctly, so I've gone ahead and used that construct isstead. Which is probably the Right Thing To Do, anyway. But I wanted to record it here for its curiousity value. Thanks, David
This ticket may be closed. It has been resolved to my satisfaction in 0.59, if not earlier. Thanks, David
On Thu Oct 12 06:34:46 2006, DLAND wrote: Show quoted text
> This ticket may be closed. It has been resolved to my satisfaction in > 0.59, if not earlier.
Oops, actually, I'm not sure. I thought I had opened a ticket concerning problems with D::C getting mixed up with string overloading, but apparently I never did. I will have a look and see if the issue here is still present. Thanks, DAvid
Subject: Re: [rt.cpan.org #15487] 0.55 seems to have trouble with impliicit $_ in a for() modifier?
Date: Sat, 30 Dec 2006 00:10:03 +0100
To: David Landgren via RT <bug-Devel-Cover [...] rt.cpan.org>
From: Paul Johnson <paul [...] pjcj.net>
On Thu, Oct 12, 2006 at 06:37:32AM -0400, David Landgren via RT wrote: Show quoted text
> > Queue: Devel-Cover > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=15487 > > > On Thu Oct 12 06:34:46 2006, DLAND wrote:
> > This ticket may be closed. It has been resolved to my satisfaction in > > 0.59, if not earlier.
> > Oops, actually, I'm not sure. I thought I had opened a ticket concerning > problems with D::C getting mixed up with string overloading, but > apparently I never did. > > I will have a look and see if the issue here is still present.
I think clkao solved this at the hackathon, or something similar anyway. Have you been able to see whether there is still a problem for you? -- Paul Johnson - paul@pjcj.net http://www.pjcj.net
Subject: Re: [rt.cpan.org #15487] 0.55 seems to have trouble with impliicit $_ in a for() modifier?
Date: Sat, 30 Dec 2006 21:53:27 +0100
To: bug-Devel-Cover [...] rt.cpan.org
From: David Landgren <david [...] landgren.net>
paul@pjcj.net via RT wrote: Show quoted text
>> On Thu Oct 12 06:34:46 2006, DLAND wrote:
>>> This ticket may be closed. It has been resolved to my satisfaction in >>> 0.59, if not earlier.
>> Oops, actually, I'm not sure. I thought I had opened a ticket concerning >> problems with D::C getting mixed up with string overloading, but >> apparently I never did. >> >> I will have a look and see if the issue here is still present.
> > I think clkao solved this at the hackathon, or something similar anyway. Have > you been able to see whether there is still a problem for you? >
Well, Devel::Cover now performs correct coverage analysis of Regexp::Assemble, so yes, the ticket may be closed. Thanks, David -- hope still, a little resistance always maybe stubborn tiny lights vs. clustering darkness forever ok?
Subject: Re: [rt.cpan.org #15487] 0.55 seems to have trouble with impliicit $_ in a for() modifier?
Date: Sat, 30 Dec 2006 22:07:41 +0100
To: "david [...] landgren.net via RT" <bug-Devel-Cover [...] rt.cpan.org>
From: Paul Johnson <paul [...] pjcj.net>
On Sat, Dec 30, 2006 at 03:46:14PM -0500, david@landgren.net via RT wrote: Show quoted text
> Well, Devel::Cover now performs correct coverage analysis of > Regexp::Assemble, so yes, the ticket may be closed.
Excellent, thanks. -- Paul Johnson - paul@pjcj.net http://www.pjcj.net