• 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: NSFileWrapper - is this really so bad?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSFileWrapper - is this really so bad?


  • Subject: Re: NSFileWrapper - is this really so bad?
  • From: Greg Parker <email@hidden>
  • Date: Tue, 27 Oct 2015 16:33:05 -0700

> On Oct 27, 2015, at 4:24 PM, Graham Cox <email@hidden> wrote:
>
> In XCode 7, I’m getting a new warning when compiling some code that uses NSFileWrapper, due to the addition of the NON_NULL qualifier:
>
> Null passed to a callee that requires a non-null argument
>
> The code is:
>
> 	NSFileWrapper* fw = [[NSFileWrapper alloc] initDirectoryWithFileWrappers:nil];		//<—  Null passed to a callee that requires a non-null argument
> 	[fw setPreferredFilename:[self name]];
> 	[fw addRegularFileWithContents:content preferredFilename:kDKOLibraryItemDataFileName];
>
> I’ve been doing this forever without any issue - create the directory file wrapper, then add regular files to it. The API design appears to condone this approach, even if it’s not spelt out anywhere. Now it seems we have to turn this all around and precreate the dictionary then create the enclosing directory wrapper.
>
> While this change isn’t too hard, it seems like extra work and means going through old code that’s working fine, with the possiblity of creating bugs.
>
> Has this approach always been bad, or is it a new thing? I’m all for tightening up sloppy coding, but could it be that in this case the non-null qualifier is in error?

Please file a bug report if you think a nullability annotation may be incorrect or that a nullability annotation and the documentation don't match. It is unlikely that all of the new annotations and all of the documentation are correct.


--
Greg Parker     email@hidden     Runtime Wrangler



_______________________________________________

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: 
 >NSFileWrapper - is this really so bad? (From: Graham Cox <email@hidden>)

  • Prev by Date: Re: NSFileWrapper - is this really so bad?
  • Next by Date: Re: NSFileWrapper - is this really so bad?
  • Previous by thread: Re: NSFileWrapper - is this really so bad?
  • Next by thread: Re: NSFileWrapper - is this really so bad?
  • Index(es):
    • Date
    • Thread