Projects

Ticket #127 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years 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 3 years ago by ben@…

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

Changed 3 years 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 2 years ago by jordan.breeding@…

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

Changed 2 years 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.