Re: stacktrace/print-cause-trace swallows exceptions

2009-02-10 Thread Stuart Sierra
Thanks, Chas. Fixed in SVN rev. 448. -Stuart Sierra On Feb 10, 4:36 pm, Chas Emerick wrote: > In the process of tracking down some failing test-is tests, I believe > I discovered that it (via stacktrace) swallows exceptions. > Specifically, when an error occurs, it uses stacktrace/print-cause- >

stacktrace/print-cause-trace swallows exceptions

2009-02-10 Thread Chas Emerick
In the process of tracking down some failing test-is tests, I believe I discovered that it (via stacktrace) swallows exceptions. Specifically, when an error occurs, it uses stacktrace/print-cause- trace in order to print a stack trace for the error encountered. That's fine, but unless I'm mistaken