[MacRuby] #127: implement Set using NSSet
#127: implement Set using NSSet -------------------------------------+-------------------------------------- Reporter: jordan.breeding@mac.com | Owner: lsansonetti@apple.com Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.4 Component: MacRuby | Keywords: -------------------------------------+-------------------------------------- Since most applicable classes are either already on top of their Cocoa counterparts (NSString, NSArray, NSDictionary) or soon should be (NSNumber), Set (require 'set') could be moved to NSSet -- Ticket URL: <http://www.macruby.org/trac/ticket/127> MacRuby <http://macruby.org/>
#127: implement Set using NSSet -------------------------------------+-------------------------------------- Reporter: jordan.breeding@mac.com | Owner: ben@tanjero.com Type: defect | Status: assigned Priority: blocker | Milestone: MacRuby 0.4 Component: MacRuby | Resolution: Keywords: | -------------------------------------+-------------------------------------- Changes (by ben@tanjero.com): * owner: lsansonetti@apple.com => ben@tanjero.com * status: new => assigned -- Ticket URL: <http://www.macruby.org/trac/ticket/127#comment:1> MacRuby <http://macruby.org/>
#127: implement Set using NSSet -------------------------------------+-------------------------------------- Reporter: jordan.breeding@mac.com | Owner: ben@tanjero.com Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.4 Component: MacRuby | Resolution: fixed Keywords: | -------------------------------------+-------------------------------------- Changes (by ben@tanjero.com): * status: assigned => closed * resolution: => fixed Comment: Let’s call this done, in r722, r723, r738 and r741. Still some tests to pass, but this is pretty close. As per my discussion w/Laurent, there are some methods still left in set.rb, at least for now. -- Ticket URL: <http://www.macruby.org/trac/ticket/127#comment:2> MacRuby <http://macruby.org/>
#127: implement Set using NSSet -------------------------------------+-------------------------------------- Reporter: jordan.breeding@… | Owner: ben@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.4 Component: MacRuby | Resolution: fixed Keywords: | -------------------------------------+-------------------------------------- Comment(by jordan.breeding@…): Should this be reopened? Set is no longer based on NSSet. -- Ticket URL: <http://www.macruby.org/trac/ticket/127#comment:3> MacRuby <http://macruby.org/>
#127: implement Set using NSSet -------------------------------------+-------------------------------------- Reporter: jordan.breeding@… | Owner: ben@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.4 Component: MacRuby | Resolution: fixed Keywords: | -------------------------------------+-------------------------------------- Comment(by mattaimonetti@…): no, this ticket should stay closed, it was decided to go back to a more flexible solutions due to various issues. -- Ticket URL: <http://www.macruby.org/trac/ticket/127#comment:4> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby