• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: ARC + CF types
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ARC + CF types


  • Subject: Re: ARC + CF types
  • From: Thomas Davie <email@hidden>
  • Date: Wed, 31 Aug 2011 22:15:47 +0100

On 31 Aug 2011, at 21:55, Clark Cox wrote:

> On Mon, Aug 29, 2011 at 7:20 AM, Thomas Davie <email@hidden> wrote:
>> I'm not really very clear on how ARC and CF types are meant to interact yet, because of that I've managed to create some buggy code, could someone have a quick stare at this and tell me what I've misunderstood that's causing a segfault when adding to the mutable set:
>>
>> https://gist.github.com/1178475
>
> Does the implementation of those objects' -hash method agree with your
> definition of equality? (i.e. it is almost always wrong to change the
> concept of equality without also changing the hash implementation).

The only change in the equality concept is that isEqualToAPIObject: assumes that it's been given an APIObject and doesn't check that the other object is the right class.  Otherwise the equality semantics are identical.
if (*ra4 != 0xffc78948) { return false; }

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >ARC + CF types (From: Thomas Davie <email@hidden>)
 >Re: ARC + CF types (From: Clark Cox <email@hidden>)

  • Prev by Date: Problems with firstResponder
  • Next by Date: Re: Problems with firstResponder
  • Previous by thread: Re: ARC + CF types
  • Next by thread: App updating
  • Index(es):
    • Date
    • Thread