[MacRuby] #189: Bugs with: Class#dup & Object#dup

MacRuby ruby-noreply at macosforge.org
Sat Dec 4 14:53:55 PST 2010


#189: Bugs with: Class#dup & Object#dup
-------------------------------------+--------------------------------------
 Reporter:  eloy.de.enige@…          |       Owner:  lsansonetti@…        
     Type:  defect                   |      Status:  new                  
 Priority:  blocker                  |   Milestone:  MacRuby Later        
Component:  MacRuby                  |    Keywords:                       
-------------------------------------+--------------------------------------
Changes (by lsansonetti@…):

  * milestone:  => MacRuby Later


Comment:

 Object#dup works in trunk since a long time I think, but Class#dup is
 still returning self, apparently.

 {{{
 $ ./miniruby -e "class Foo; end; p Foo.object_id,Foo.dup.object_id"
 17183086272
 17183086272
 }}}

 I am not certain this functionality is needed for 1.0, though, so moving
 to Later.

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



More information about the macruby-tickets mailing list