[MacRuby-devel] [MacRuby] #46: Interface Builder unable to parse new keyed arguments, fails to load class files

MacRuby ruby-noreply at macosforge.org
Fri Sep 5 18:15:11 PDT 2008


#46: Interface Builder unable to parse new keyed arguments, fails to load class
files
--------------------------------+-------------------------------------------
 Reporter:  apparently at fake.ru  |        Owner:  lsansonetti at apple.com
     Type:  defect              |       Status:  closed               
 Priority:  blocker             |    Milestone:  MacRuby 0.3          
Component:  MacRuby             |   Resolution:  fixed                
 Keywords:                      |  
--------------------------------+-------------------------------------------
Changes (by lsansonetti at apple.com):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 As of r561, in trunk, there is now a new IB parser that replaces during
 install the old RubyCocoa parser.

 The new parser works with both RubyCocoa and MacRuby source files. It's
 written in MacRuby and uses ripper.

 MacRuby special notes:

 1) ib_outlet(s) is deprecated, you should use attr_writer or attr_accessor
 to define IB outlets.
 2) ib_action is deprecated, you should define methods with only one
 argument instead. If you want that method to appear in IB as an action,
 the argument must be named "sender".

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/46#comment:5>
MacRuby <http://macruby.org/>



More information about the MacRuby-devel mailing list