[MacRuby] #1210: Bug in macirb when using tab to autocomplete
#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@Toshi ~ $ macirb --version DietRB (0.6.1) Shahor@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/>
#1210: Bug in macirb when using tab to autocomplete ------------------------------+--------------------------------------------- Reporter: shahor@… | Owner: eloy.de.enige@… Type: defect | Status: new Priority: minor | Milestone: Component: MacRuby | Keywords: ------------------------------+--------------------------------------------- Changes (by eloy.de.enige@…): * owner: lsansonetti@… => eloy.de.enige@… -- Ticket URL: <http://www.macruby.org/trac/ticket/1210#comment:1> MacRuby <http://macruby.org/>
#1210: Bug in macirb when using tab to autocomplete ------------------------------+--------------------------------------------- Reporter: shahor@… | Owner: eloy.de.enige@… Type: defect | Status: closed Priority: minor | Milestone: Component: MacRuby | Resolution: fixed Keywords: | ------------------------------+--------------------------------------------- Changes (by eloy.de.enige@…): * status: new => closed * resolution: => fixed Comment: Fixed in https://github.com/MacRuby/MacRuby/commit/d948b74b1e123ce58f86009d962a3dc37b...: {{{ $> macirb --simple-prompt
framework 'AppKit' => true NSSpeechSynthesizer.alloc.init NSSpeechSynthesizer.alloc.init NSSpeechSynthesizer.alloc.initWithVoice }}}
-- Ticket URL: <http://www.macruby.org/trac/ticket/1210#comment:2> MacRuby <http://macruby.org/>
#1210: Bug in macirb when using tab to autocomplete ------------------------------+--------------------------------------------- Reporter: shahor@… | Owner: eloy.de.enige@… Type: defect | Status: closed Priority: minor | Milestone: MacRuby 0.11 Component: MacRuby | Resolution: fixed Keywords: | ------------------------------+--------------------------------------------- Changes (by eloy.de.enige@…): * milestone: => MacRuby 0.11 -- Ticket URL: <http://www.macruby.org/trac/ticket/1210#comment:3> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby