Projects
Home     Blog     Install     New Ticket     View Tickets     Browse Source

Ticket #127 (closed defect: fixed)

Opened 3 months ago

Last modified 3 weeks ago

implement Set using NSSet

Reported by: jordan.breeding@… Owned by: ben@…
Priority: blocker Milestone: MacRuby 0.4
Component: MacRuby Keywords:
Cc:

Description

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

Change History

Changed 4 weeks ago by ben@…

  • owner changed from lsansonetti@… to ben@…
  • status changed from new to assigned

Changed 3 weeks ago by ben@…

  • status changed from assigned to closed
  • resolution set to fixed

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.

Note: See TracTickets for help on using tickets.