Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-Simple CPAN distribution.

Report information
The Basics
Id: 78678
Status: resolved
Priority: 0/
Queue: Test-Simple

People
Owner: Nobody in particular
Requestors: 'spro^^*%*^6ut# [...] &$%*c
Cc:
AdminCc:

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



Subject: is_deeply does not like VSTRINGs
With 0.96 and 0.98: $ perl -MTest::More=tests,1 -e 'is_deeply \v0, \v0' 1..1 WHOA! No type in _deep_check This should never happen! Please contact the author immediately! # Looks like your test exited with 255 before it could output anything. With MSCHWERN/Test-Simple-1.005000_005.tar.gz: $ perl -Mblib -MTest::More=tests,1 -e 'is_deeply \v0, \v0' TAP version 13 1..1 WHOA! No type in _deep_check This should never happen! Please contact the author immediately! # No tests run! # Looks like your test exited with 255 before it could output anything.
On Mon Jul 30 21:13:44 2012, SPROUT wrote: Show quoted text
> With 0.96 and 0.98: > > $ perl -MTest::More=tests,1 -e 'is_deeply \v0, \v0' > 1..1 > WHOA! No type in _deep_check > This should never happen! Please contact the author immediately! > # Looks like your test exited with 255 before it could output anything. > > With MSCHWERN/Test-Simple-1.005000_005.tar.gz: > > $ perl -Mblib -MTest::More=tests,1 -e 'is_deeply \v0, \v0' > TAP version 13 > 1..1 > WHOA! No type in _deep_check > This should never happen! Please contact the author immediately! > # No tests run! > # Looks like your test exited with 255 before it could output anything.
BTW, I didn’t contact the author immediately, because it took me a while to figure out where the message originated. :-) If you could mention the module name, that would help.
Subject: Re: [rt.cpan.org #78678] is_deeply does not like VSTRINGs
Date: Mon, 30 Jul 2012 21:34:25 -0700
To: bug-Test-Simple [...] rt.cpan.org
From: Michael G Schwern <schwern [...] pobox.com>
Yep, I guess there's no harm in it comparing vstrings. On 2012.7.30 8:15 PM, Father Chrysostomos via RT wrote: Show quoted text
> BTW, I didn’t contact the author immediately, because it took me a while to figure out where > the message originated. :-) If you could mention the module name, that would help.
https://github.com/schwern/test-more/issues/324