Re: patch for wonders NSArray implementation

2013-06-06 Thread Johann Werner
Hi Oliver, you are right that the behavior is a little different in Wonder. I looked into that method that had been changed to the current form in April 2009: NSArray._findObjectInArray(…) is a private method so it cannot be called outside of NSArray which makes it easier to assess the implicat

patch for wonders NSArray implementation

2013-02-18 Thread Oliver Egger
Hi all During upgrading the wonder frameworks to the 6.0 versions we noticed a changed behaviour in NSArray. In the NSArray_findObjectInArray function, if identical is set to false, the orginial version does not return an earlier equal object (as the wonder version does) but the first object matc