#245: Adding to a set causes a Cocoa exception to be thrown ----------------------------------------+----------------------------------- Reporter: dave.baldwin@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: minor | Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: Set operation | ----------------------------------------+----------------------------------- Changes (by lsansonetti@…): * 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/>