Skip Menu |

This queue is for tickets about the B-Hooks-EndOfScope CPAN distribution.

Report information
The Basics
Id: 82312
Status: rejected
Priority: 0/
Queue: B-Hooks-EndOfScope

People
Owner: Nobody in particular
Requestors: d.thomas [...] its.uq.edu.au
ether [...] cpan.org
Cc: ribasushi [...] leporine.io
AdminCc:

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



Subject: FYI: 0.12 causes oneTryCatch test to fail
not saying the problem is with this module but TryCatch fails with 0.12 # export B_HOOKS_ENDOFSCOPE_IMPLEMENTATION=PP # make test PERL_DL_NONLAZY=1 /opt/perl/uq.cis.perl-base2.rhel6-5.16.2-20121228/bin/perl ... t/catch_01.t ............. ok t/context.t .............. ok t/destroy.t .............. ok t/handwritten.t .......... ok t/invalid.t .............. 1/? # Failed test 'no block after catch' # at t/invalid.t line 25. # 'syntax error at (eval 423) line 7, near "} # # my " # Global symbol "$foo" requires explicit package name at (eval 423) line 7. # Missing right curly or square bracket at (eval 423) line 9, at end of line # ' # doesn't match '(?^:^block required after catch at \(eval \d+\) line (\d+)\b)' # export B_HOOKS_ENDOFSCOPE_IMPLEMENTATION=XS # make test PERL_DL_NONLAZY=1 /opt/perl/uq.cis.perl-base2.rhel6-5.16.2-20121228/bin/perl ... t/catch_01.t ............. ok t/context.t .............. ok t/destroy.t .............. ok t/handwritten.t .......... ok t/invalid.t .............. 1/? # Failed test 'no block after catch' # at t/invalid.t line 25. # 'block required after catch at /opt/perl/uq.cis.perl-base2.rhel6-5.16.2- 20121228/lib/site_perl/5.16.2/B/Hooks/EndOfScope/XS.pm line 26. # syntax error at (eval 423) line 7, near "}
On Fri Dec 28 15:19:12 2012, d.thomas@its.uq.edu.au wrote: Show quoted text
> not saying the problem is with this module > but TryCatch fails with 0.12
See also https://rt.cpan.org/Ticket/Display.html?id=81978
CC: d.thomas [...] its.uq.edu.au, fREW Schmidt <frioux [...] gmail.com>
Subject: Re: [rt.cpan.org #82312] FYI: 0.12 causes oneTryCatch test to fail
Date: Tue, 12 Mar 2013 08:23:19 +1100
To: Karen Etheridge via RT <bug-B-Hooks-EndOfScope [...] rt.cpan.org>
From: ribasushi [...] cpan.org
On Mon, Mar 11, 2013 at 04:01:19PM -0400, Karen Etheridge via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=82312 > > > On Fri Dec 28 15:19:12 2012, d.thomas@its.uq.edu.au wrote:
> > not saying the problem is with this module > > but TryCatch fails with 0.12
> > See also https://rt.cpan.org/Ticket/Display.html?id=81978
Can we reject this ticket please? (I do not have comaint on B::H::EOS yet) The reason TryCatch fails is because it hardcoded a particular *STACKTRACE AS A STRING* in its tests. There is not much B::H::EOS can do apart from moving its implementations back into a single file, which is... not something we should be doing. Cheers
RT-Send-CC: ribasushi [...] cpan.org, frioux [...] gmail.com
Agreed; closing.