[MacRuby] #210: Calling load_bridge_support_file without parameters raises NoMethodError
#210: Calling load_bridge_support_file without parameters raises NoMethodError ----------------------------+----------------------------------------------- Reporter: me@… | Owner: lsansonetti@… Type: defect | Status: new Priority: minor | Milestone: Component: MacRuby | Keywords: incorrect error ----------------------------+----------------------------------------------- $ gen_bridge_metadata -f Security -o Security.bridgesupport $ macruby --version MacRuby version 0.3 (ruby 1.9.0 2008-06-03) [universal-darwin9.0] $ macirb --simple-prompt
load_bridge_support_file NameError: undefined local variable or method `load_bridge_support_file' for main:NSObject from (irb):1 from /usr/local/bin/macirb:12:in `<main>' load_bridge_support_file "Security.bridgesupport" => main
-- Ticket URL: <http://www.macruby.org/trac/ticket/210> MacRuby <http://macruby.org/>
#210: Calling load_bridge_support_file without parameters raises NoMethodError -----------------------------+---------------------------------------------- Reporter: me@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: minor | Milestone: Component: MacRuby | Resolution: fixed Keywords: incorrect error | -----------------------------+---------------------------------------------- Changes (by martinlagardette@…): * status: new => closed * resolution: => fixed Comment: Doesn't seem to be the case anymore :-) {{{ $> macruby -e 'load_bridge_support_file' /private/tmp/-e:1:in `<main>': wrong number of arguments (0 for 1) (ArgumentError) $> }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/210#comment:1> MacRuby <http://macruby.org/>
#210: Calling load_bridge_support_file without parameters raises NoMethodError -----------------------------+---------------------------------------------- Reporter: me@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: minor | Milestone: MacRuby 0.6 Component: MacRuby | Resolution: fixed Keywords: incorrect error | -----------------------------+---------------------------------------------- Changes (by martinlagardette@…): * milestone: => MacRuby 0.6 -- Ticket URL: <http://www.macruby.org/trac/ticket/210#comment:2> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby