Bug#401132: Devel::Peek enhancement

2013-08-12 Thread Robert Stone
On Sun, Aug 11, 2013 at 11:18:06PM +0200, Dominic Hargreaves wrote: A fix for this has now been applied upstream: http://perl5.git.perl.org/perl.git/commit/da1929e7566d4399b20541f8609bd48b40663034 As the bug is old and the severity is minor, I don't plan any backporting work, but

Bug#401132: Devel::Peek enhancement

2013-08-11 Thread Dominic Hargreaves
On Fri, Jul 12, 2013 at 11:59:14PM +0100, Dominic Hargreaves wrote: On Wed, Jan 27, 2010 at 10:06:39AM -0800, Robert Stone wrote: On Wed, Jan 27, 2010 at 12:31:44PM +0200, Niko Tyni wrote: Sorry for the lack of action on this. No problem at all, thanks for looking into this.

Bug#401132: Devel::Peek enhancement

2013-07-12 Thread Dominic Hargreaves
On Wed, Jan 27, 2010 at 10:06:39AM -0800, Robert Stone wrote: On Wed, Jan 27, 2010 at 12:31:44PM +0200, Niko Tyni wrote: Sorry for the lack of action on this. No problem at all, thanks for looking into this. What's wrong with Devel::Peek:SvREFCNT(\%m) ? \%m is a

Bug#401132: Devel::Peek enhancement

2010-01-27 Thread Niko Tyni
On Thu, Nov 30, 2006 at 06:31:54PM -0800, Robert Stone wrote: Package: perl Version: 5.8.8-6.1 I recently discovered that Devel::Peek's SvREFCNT, SvREFCNT_inc and SvREFCNT_dec functions are not as flexible as the XS functions that they wrap. In XS where you wish to get the reference

Bug#401132: Devel::Peek enhancement

2010-01-27 Thread Robert Stone
On Wed, Jan 27, 2010 at 12:31:44PM +0200, Niko Tyni wrote: Sorry for the lack of action on this. No problem at all, thanks for looking into this. What's wrong with Devel::Peek:SvREFCNT(\%m) ? \%m is a reference constructor, so SvREFCNT() ends up reporting the reference

Bug#401132: Devel::Peek enhancement

2006-11-30 Thread Robert Stone
Package: perl Version: 5.8.8-6.1 I recently discovered that Devel::Peek's SvREFCNT, SvREFCNT_inc and SvREFCNT_dec functions are not as flexible as the XS functions that they wrap. In XS where you wish to get the reference count of an hash your HV * pointer will cast to an SV * when