Projects

Ticket #210 (closed defect: fixed)

Opened 3 years ago

Last modified 22 months ago

Calling load_bridge_support_file without parameters raises NoMethodError

Reported by: me@… Owned by: lsansonetti@…
Priority: minor Milestone: MacRuby 0.6
Component: MacRuby Keywords: incorrect error
Cc:

Description

$ 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

Change History

Changed 22 months ago by martinlagardette@…

  • status changed from new to closed
  • resolution set to fixed

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)
$>

Changed 22 months ago by martinlagardette@…

  • milestone set to MacRuby 0.6
Note: See TracTickets for help on using tickets.