[MacRuby-devel] [MacRuby] #609: Constants and methods are not copied when cloning modules

MacRuby ruby-noreply at macosforge.org
Tue Feb 9 08:26:02 PST 2010


#609: Constants and methods are not copied when cloning modules
---------------------------------+------------------------------------------
 Reporter:  mred@…               |       Owner:  lsansonetti@…        
     Type:  defect               |      Status:  new                  
 Priority:  major                |   Milestone:                       
Component:  MacRuby              |    Keywords:                       
---------------------------------+------------------------------------------

Comment(by martinlagardette@…):

 Just to explain what issues the diff tries to correct:

 - in `class.c`, it actually copies the methods and the constants when a
 module or a class is copied[[BR]]
 - in `vm.cpp`, it removes an apparently wrong loop, which made the return
 of `m. instance_methods(false)` invalid.

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



More information about the MacRuby-devel mailing list