[MacRuby] #155: arrays can'e be changed while being enumerated
#155: arrays can'e be changed while being enumerated -------------------------------+-------------------------------------------- Reporter: jason@rubynow.com | Owner: lsansonetti@apple.com Type: defect | Status: new Priority: critical | Milestone: Component: MacRuby | Keywords: -------------------------------+-------------------------------------------- collections in ruby can be modified in place, but this is not allowed with NSMutableArray. rb_main.rb:22:in `NSApplicationMain': NSGenericException: *** Collection <NSCFArray: 0x10cdec0> was mutated while being enumerated. (RuntimeError) -- Ticket URL: <http://www.macruby.org/trac/ticket/155> MacRuby <http://macruby.org/>
#155: arrays can'e be changed while being enumerated -------------------------------+-------------------------------------------- Reporter: jason@… | Owner: lsansonetti@… Type: defect | Status: new Priority: critical | Milestone: MacRuby 1.0 Component: MacRuby | Keywords: -------------------------------+-------------------------------------------- Changes (by lsansonetti@…): * milestone: => MacRuby 1.0 Comment: This is indeed a restriction of the current implementation. Since I have no idea on how to fix this quickly, let's have a look for 1.0. -- Ticket URL: <http://www.macruby.org/trac/ticket/155#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby