[MacRuby] #1459: should display exception message in stderr

MacRuby ruby-noreply at macosforge.org
Tue Feb 14 17:32:32 PST 2012


#1459: should display exception message in stderr
----------------------------------+-----------------------------------------
 Reporter:  watson1978@…          |       Owner:  lsansonetti@…        
     Type:  defect                |      Status:  new                  
 Priority:  minor                 |   Milestone:                       
Component:  MacRuby               |    Keywords:                       
----------------------------------+-----------------------------------------
 {{{
 $ ruby19 -ve 'raise "test"' 2>/dev/null
 ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin11.3.0]

 $ DYLD_LIBRARY_PATH=. ./macruby -ve 'raise "test"' 2>/dev/null
 MacRuby 0.12 (ruby 1.9.2) [universal-darwin11.0, x86_64]
 -e:1:in `<main>': test (RuntimeError)
 }}}

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/1459>
MacRuby <http://macruby.org/>



More information about the macruby-tickets mailing list