Skip Menu |

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

Report information
The Basics
Id: 77913
Status: resolved
Priority: 0/
Queue: Devel-Size

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

Bug Information
Severity: Normal
Broken in: 0.77_50
Fixed in: 0.79



Subject: fails since bleadperl v5.17.0-515-g186a5ba
Since v5.17.0-515-g186a5ba there are no passes anymore. Since v5.17.0-215-gd4d0394 only threaded perls fail. HTH&&Regards,
From: chip [...] pobox.com
On Wed Jun 20 02:15:47 2012, ANDK wrote: Show quoted text
> Since v5.17.0-515-g186a5ba there are no passes anymore. Since > v5.17.0-215-gd4d0394 only threaded perls fail. > > HTH&&Regards,
perhaps only in the magicflags6 branch, or perhaps not, I find this failure: t/code.t ...... 1/12 # Failed test 'CV stubbed at compiletime is larger (CvOUTSIDE is set and followed)' # at t/code.t line 18. # '6382' # > # '6382' # Looks like you failed 1 test of 12. t/code.t ...... Dubious, test returned 1 (wstat 256, 0x100) Since there was some recent work on CvOUTSIDE(), I doubt magicflags6 did this.
Subject: Re: [rt.cpan.org #77913] fails since bleadperl v5.17.0-515-g186a5ba
Date: Tue, 12 Mar 2013 15:34:18 +0000
To: bug-Devel-Size [...] rt.cpan.org
From: Zefram <zefram [...] fysh.org>
Stub CVs no longer get CvOUTSIDE populated. The test must change. Not sure quite what the test should change *to*; simple version in attached patch. -zefram

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

Many thanks for this (and the others) Zefram. I'll work something out with Nicholas for integrating them.
On Tue Mar 12 11:34:35 2013, zefram@fysh.org wrote: Show quoted text
> Stub CVs no longer get CvOUTSIDE populated. The test must change. > Not sure quite what the test should change *to*; simple version in > attached patch.
Thanks applied. Yes, I'm not sure either, but I figured out a different way to test whether CvOUTSIDE is being followed, and committed that separately. Uploaded to CPAN as part of a development release 0.78_50. We'll see what colour the smoke is... Nicholas Clark