[MacRuby] #1210: Bug in macirb when using tab to autocomplete

MacRuby ruby-noreply at macosforge.org
Wed Mar 30 09:47:46 PDT 2011


#1210: Bug in macirb when using tab to autocomplete
------------------------------+---------------------------------------------
 Reporter:  shahor@…          |       Owner:  lsansonetti@…        
     Type:  defect            |      Status:  new                  
 Priority:  minor             |   Milestone:                       
Component:  MacRuby           |    Keywords:                       
------------------------------+---------------------------------------------
 I am beginning with macruby and was doing "The definitive guide"'s first
 lesson when I had this :

 {{{
 Shahor at Toshi ~ $ macirb --version
 DietRB (0.6.1)
 Shahor at Toshi ~ $ macirb --simple-prompt
 >> framework 'AppKit'
 => true
 >> voice = NSSpeechSynthesizer.alloc.ini/usr/local/bin/macirb:55:in
 `block': undefined method `instance_methods' for nil:NilClass
 (NoMethodError)
         from /usr/local/bin/macirb:9:in `block'
         from /usr/local/bin/macirb:7:in `<main>'
 Erase is delete.
 Interrupt is control-C (^C).
 }}}

 I guess it is some bug in macirb.

 Description :

 I was typing the whole command and tried autocompletion for the
 initWith... method and this is when it crashed.
 It also crashes my bash by the way so I had to type "erase" to restore it.

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



More information about the macruby-tickets mailing list