[MacRuby] #751: Objects instantiated as anonymous class by Bindings mechanism

MacRuby ruby-noreply at macosforge.org
Sat Dec 4 22:37:54 PST 2010


#751: Objects instantiated as anonymous class by      Bindings mechanism
--------------------------------+-------------------------------------------
 Reporter:  wladjmir@…          |       Owner:  lsansonetti@…        
     Type:  defect              |      Status:  new                  
 Priority:  minor               |   Milestone:  MacRuby Later        
Component:  MacRuby             |    Keywords:                       
--------------------------------+-------------------------------------------
Changes (by lsansonetti@…):

  * milestone:  MacRuby 0.6 => MacRuby Later


Comment:

 It's expected that objects passed to KVO/Bindings will get their class (or
 isa) changed at runtime, by Cocoa. Then, these objects can no longer be
 passed to Marshal.dump, as the later will complain that the class of the
 object is anonymous.

 I'm not sure what MacRuby could do here? (except making Marshal.dump less
 drastic). Screening for Later for now.

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



More information about the macruby-tickets mailing list