Projects

Ticket #127 (closed defect: fixed)

Opened 18 months ago

Last modified 4 months 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 16 months ago by ben@…

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

Changed 16 months 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.

Changed 4 months ago by jordan.breeding@…

Should this be reopened? Set is no longer based on NSSet.

Changed 4 months ago by mattaimonetti@…

no, this ticket should stay closed, it was decided to go back to a more flexible solutions due to various issues.

Note: See TracTickets for help on using tickets.