Re: [Catalyst] Catalyst-Plugin-Stacktrace 0.07 dist for testing

2008-02-02 Thread Matt S Trout
On Fri, Feb 01, 2008 at 05:12:12PM -, Carl Vincent wrote:
 http://trout.me.uk/perl/Catalyst-Plugin-StackTrace-0.07.tar.gz
 
 especially if you've seen the bug.
 
 If it all looks good, I'll upload the new version to CPAN (and 
 if it turns out to be buggy and you -don't- test it now it's 
 your fault when your application breaks :).
 
 I was having trouble with this yesterday and you helped workaround on
 #catalyst. I've tried this new version with my troublesome code of
 yesteday and now the exceptions are working with and without
 Plugin::StackTrace enabled.

The thing is, the bit that was causing it is stringification, which I'm not
sure is really that useful for debugging.

Should we turn respect_overload off on Stacktrace (or off by default with a
config option if somebody wants to write that code?) ?

I'm actually tempted now to clean the module up a bit now people are
reporting it's fixed, since with my improved understanding of just how fucking
insane SIGDIE handlers are I think I can get rid of a bunch of code that
was supposed to make things safer but aren't strictly required :)

-- 
  Matt S Trout   Need help with your Catalyst or DBIx::Class project?
   Technical Directorhttp://www.shadowcat.co.uk/catalyst/
 Shadowcat Systems Ltd.  Want a managed development or deployment platform?
http://chainsawblues.vox.com/http://www.shadowcat.co.uk/servers/

___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


RE: [Catalyst] Catalyst-Plugin-Stacktrace 0.07 dist for testing

2008-02-01 Thread Carl Vincent
 

-Original Message-
From: Matt S Trout [mailto:[EMAIL PROTECTED] 
Sent: 01 February 2008 13:29
To: catalyst@lists.scsys.co.uk
Subject: [Catalyst] Catalyst-Plugin-Stacktrace 0.07 dist for testing

I think I've finally nailed the DBIC errors occasionally get 
eaten bug.

Please test -

http://trout.me.uk/perl/Catalyst-Plugin-StackTrace-0.07.tar.gz

especially if you've seen the bug.

If it all looks good, I'll upload the new version to CPAN (and 
if it turns out to be buggy and you -don't- test it now it's 
your fault when your application breaks :).

I was having trouble with this yesterday and you helped workaround on
#catalyst. I've tried this new version with my troublesome code of
yesteday and now the exceptions are working with and without
Plugin::StackTrace enabled.

Thanks Matt.

Carl

(IRC: CaptainCarlos)

___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/