#245: Adding to a set causes a Cocoa exception to be thrown
----------------------------------------+-----------------------------------
 Reporter:  dave.bald...@…              |        Owner:  lsansone...@…        
     Type:  defect                      |       Status:  closed               
 Priority:  minor                       |    Milestone:  MacRuby 0.5          
Component:  MacRuby                     |   Resolution:  fixed                
 Keywords:  Set operation               |  
----------------------------------------+-----------------------------------
Changes (by lsansone...@…):

  * status:  new => closed
  * resolution:  => fixed
  * milestone:  => MacRuby 0.5


Comment:

 Seems to work as of r2896:

 {{{
 $ macruby -r set -e 's=Set.new([1,2,3]); s+=[4,5,6]; p s'
 #<Set: {3, 6, 2, 5, 1, 4}>
 }}}

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

_______________________________________________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to