• 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: confused by what seems to be a recursive declaration/definition
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: confused by what seems to be a recursive declaration/definition


  • Subject: Re: confused by what seems to be a recursive declaration/definition
  • From: Kyle Sluder <email@hidden>
  • Date: Thu, 11 Aug 2011 21:22:06 -0700

On Thu, Aug 11, 2011 at 9:11 PM, Jens Alfke <email@hidden> wrote:
>
> On Aug 11, 2011, at 8:59 PM, Jim Correia wrote:
>
>> For KVO contexts, you don't care about the value, but you do care that it is unique.
>
> I generally use a selector for this purpose. It doesn’t require a separate definition, and it’s also easy to use it to tell the observer to delegate to the method with that name.

This might break under ARC. See:
https://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaObjC/arc-peformselector.m?diff_format=c&view=markup&sortby=date&pathrev=134449

Basically, if ARC doesn't know what the selector is that you're
passing to -performSelector:, it can't reason about retain/release and
it warns that it might leak. It explicitly refuses to call
-performSelector: with a selector that returns a +1 reference.

--Kyle Sluder
_______________________________________________

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: 
 >confused by what seems to be a recursive declaration/definition (From: Luther Baker <email@hidden>)
 >Re: confused by what seems to be a recursive declaration/definition (From: Jens Alfke <email@hidden>)
 >Re: confused by what seems to be a recursive declaration/definition (From: Kyle Sluder <email@hidden>)
 >Re: confused by what seems to be a recursive declaration/definition (From: William Squires <email@hidden>)
 >Re: confused by what seems to be a recursive declaration/definition (From: Jim Correia <email@hidden>)
 >Re: confused by what seems to be a recursive declaration/definition (From: Jens Alfke <email@hidden>)

  • Prev by Date: Re: confused by what seems to be a recursive declaration/definition
  • Next by Date: Re: confused by what seems to be a recursive declaration/definition
  • Previous by thread: Re: confused by what seems to be a recursive declaration/definition
  • Next by thread: Re: confused by what seems to be a recursive declaration/definition
  • Index(es):
    • Date
    • Thread