• 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: Swift 2 throws from init()
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Swift 2 throws from init()


  • Subject: Re: Swift 2 throws from init()
  • From: Rick Mann <email@hidden>
  • Date: Wed, 01 Jul 2015 17:39:51 -0700

> On Jul 1, 2015, at 17:04 , Greg Parker <email@hidden> wrote:
>
> Implicitly unwrapped optional is a good solution for this. The source code is no more complicated outside init, and if you get something wrong then you will get a runtime error with a useful message.

All that makes sense, although Jens's answer confuses things a bit ("According to Chris Lattner (on the swift-language mailing list) this is a known problem in the current compiler and will be fixed.").

What's the run-time penalty of using implicitly- or force-unwrapped Optionals? Does it do a check for null at each invocation, or does it crash?

--
Rick Mann
email@hidden



_______________________________________________

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


  • Follow-Ups:
    • Re: Swift 2 throws from init()
      • From: Greg Parker <email@hidden>
    • Re: Swift 2 throws from init()
      • From: Quincey Morris <email@hidden>
References: 
 >Swift 2 throws from init() (From: Rick Mann <email@hidden>)
 >Re: Swift 2 throws from init() (From: Greg Parker <email@hidden>)

  • Prev by Date: Re: Swift 2 throws from init()
  • Next by Date: Re: Swift 2 throws from init()
  • Previous by thread: Re: Swift 2 throws from init()
  • Next by thread: Re: Swift 2 throws from init()
  • Index(es):
    • Date
    • Thread