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

2011-10-05 Thread Eloy Durán
Oops, didn’t check the recent messages :) @Watson/Mark: I will remove that `or true` part, but let’s wait with upgrading rake until after 0.11, unless Laurent gives the go ahead. On Oct 5, 2011, at 9:29 AM, Josh Abernathy wrote: > Thanks, filed: https://www.macruby.org/trac/ticket/1399 > > >

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 I'm not crazy and I'm not

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

2011-10-05 Thread Eloy Durán
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 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

[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