Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 61863
Status: open
Priority: 0/
Queue: Test-Exception-LessClever

People
Owner: Nobody in particular
Requestors: ribasushi [...] leporine.io
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in:
  • 0.001
  • 0.002
  • 0.003
  • 0.004
  • 0.005
Fixed in: (no value)



Subject: Module prone to false positives
Please consider deprecating this module, as the "cleverness" it decided to leave behind is essential (especially in today's world of mandatory Moose stacktraces). A pull request was sent to your github repo with a test showing the failure: http://github.com/exodist/Test-Exception-LessClever/pull/1 The T::E "bizarre copy" has been fixed a while ago here: http://github.com/ribasushi/test-exception/commit/2f6200a0211de305983c55c21716aecc7e593e5b#diff-0 This however broke the cleverness, which got brought back here: http://github.com/ribasushi/test-exception/commit/23e5d84410aaf8b0d5dfe2ac96c8944c9657c81c#diff-0 Hopefully adrianh will release a new T::E this weekend: http://twitter.com/adrianh/status/26175411473
On Sun Oct 03 04:18:00 2010, RIBASUSHI wrote: Show quoted text
> Please consider deprecating this module, as the "cleverness" it > decided > to leave behind is essential (especially in today's world of mandatory > Moose stacktraces). > > A pull request was sent to your github repo with a test showing the > failure: > http://github.com/exodist/Test-Exception-LessClever/pull/1 > > The T::E "bizarre copy" has been fixed a while ago here: > http://github.com/ribasushi/test- > exception/commit/2f6200a0211de305983c55c21716aecc7e593e5b#diff-0 > > This however broke the cleverness, which got brought back here: > http://github.com/ribasushi/test- > exception/commit/23e5d84410aaf8b0d5dfe2ac96c8944c9657c81c#diff-0 > > Hopefully adrianh will release a new T::E this weekend: > http://twitter.com/adrianh/status/26175411473
A fixed Test::Exception was released quite some time ago (October 2010). I urge you to deprecate this module in favor of: a) Test::Fatal which implements lives_ok / dies_ok b) Test::Exception which implements the above and *correctly* implements throws_ok Cheers
Reminding since it's been about 4 months last time we spoke - any chance on having this pile of evil code deprecated? :)
And pinging again...
On 2012-01-02 00:09:53, RIBASUSHI wrote: Show quoted text
> Reminding since it's been about 4 months last time we spoke - any chance > on having this pile of evil code deprecated? :)
Hey, wow, this ticket is still open!
RT-Send-CC: ether [...] cpan.org
On Thu Aug 21 07:40:59 2014, ETHER wrote: Show quoted text
> On 2012-01-02 00:09:53, RIBASUSHI wrote:
> > Reminding since it's been about 4 months last time we spoke - any chance > > on having this pile of evil code deprecated? :)
> > Hey, wow, this ticket is still open!
And this ticket is still open...
On Mon Jun 20 11:48:21 2016, RIBASUSHI wrote: Show quoted text
> On Thu Aug 21 07:40:59 2014, ETHER wrote:
> > On 2012-01-02 00:09:53, RIBASUSHI wrote:
> > > Reminding since it's been about 4 months last time we spoke - any chance > > > on having this pile of evil code deprecated? :)
> > > > Hey, wow, this ticket is still open!
> > And this ticket is still open...
Quickly released a version with deprecation POD. When I have time I will add recommendations for better modules and fix my downstreams that use this.