[bug #43915] Simple bug in NSCountedSet comparsons

2015-11-10 Thread Vincent Woo
Follow-up Comment #3, bug #43915 (project gnustep): Niels, Thank you for that fix. I think everything landed in trunk alright. Can this bug be closed? Cheers, Vincent ___ Reply to this item at: __

[bug #43915] Simple bug in NSCountedSet comparsons

2015-05-02 Thread Niels Grewe
Update of bug #43915 (project gnustep): Status:None => Ready For Test Open/Closed:Open => In Test ___ Follow-up Comment #2: Thanks Vincent for

[bug #43915] Simple bug in NSCountedSet comparsons

2015-01-02 Thread Oleg
Follow-up Comment #1, bug #43915 (project gnustep): My solution for NSSet isEqualToSet: method. It looks ugly with introspection, because countForObject: methods is private for NSSet (or NSMutableSet) and is public for NSCountedSet in Apple implementation. It is possible to compare NSCountedSet an

[bug #43915] Simple bug in NSCountedSet comparsons

2015-01-02 Thread Vincent Woo
URL: Summary: Simple bug in NSCountedSet comparsons Project: GNUstep Submitted by: akanet Submitted on: Fri 02 Jan 2015 03:14:06 PM GMT Category: Base/Foundation Severi