Re: [MacRuby-devel] Rake exceptions always print a full trace

2011-10-05 Thread Josh Abernathy
Thanks, filed: https://www.macruby.org/trac/ticket/1399 On Oct 5, 2011, at 12:20 AM, Eloy Durán wrote: > Nope, you’re not missing anything, that’s a bug. Please file a ticket for it. > > > On Oct 2, 2011, at 2:45 AM, Josh Abernathy wrote: > >> I wanted to verify that

[MacRuby-devel] Rake exceptions always print a full trace

2011-10-01 Thread Josh Abernathy
I wanted to verify that I'm not crazy and I'm not doing something stupid before I create a ticket for this. The `rake` that comes with MacRuby (both 0.10 and the nightly) seems to always print a full trace when a task raises an exception. For example, if I run: task :blah do raise Excep