<div dir="ltr"><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote"> What is your evaluation of the proposal?<br></blockquote><div>+1<br><br></div><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">Is the problem being addressed significant enough to warrant a change to Swift?<br></blockquote><div>Yes. Passing value types to Objective-C APIs taking AnyObject requires creating wrapper classes that store the value types. This change would eliminate that workaround and allow for more flexible and idiomatic code when using Cocoa APIs.<br><br></div><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">Does this proposal fit well with the feel and direction of Swift?<br></blockquote><div>Yes, now that certain Objective-C types are bridgeable to Swift as value types, this feels like a natural next step.<br></div><div> </div><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">How much effort did you put into your review? A glance, a quick reading, or an in-depth study?</blockquote><div>Quick reading. <br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 5, 2016 at 10:45 AM, Charlie Monroe via swift-evolution <span dir="ltr">&lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class=""><br>
&gt; On Jul 5, 2016, at 6:37 PM, Joe Groff &lt;<a href="mailto:jgroff@apple.com">jgroff@apple.com</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Jul 5, 2016, at 9:06 AM, Charlie Monroe via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; +1, but I&#39;m not a big fan of the proposed Optional -&gt; NSNull bridging which can cause various hard-to-debug issues with errors &quot;NSNull doesn&#39;t respond to a selector -foo&quot;.<br>
&gt;<br>
&gt; I&#39;m not proposing that particular mapping as part of this proposal, only as a potential future direction. However, these issues should be avoided by dynamic casting type checks. An untyped NSArray that contains NSNulls would come into Swift as an [Any], and would fail to dynamically cast to [Foo]. You&#39;d have to cast it to [Foo?], which would force you to handle the NSNulls as Swift nils.<br>
<br>
</span>Ok, though my bigger concern was the other way around - passing accidently array of [Foo?] to an ObjC class that takes id as an argument.<br>
<br>
But other than this, the proposal will make the code Swiftier and it is definitely the correct direction for Swift in general!<br>
<div class=""><div class="h5"><br>
&gt;<br>
&gt; -Joe<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; Most APIs that take &quot;id&quot; as an argument usually specify several types that the API accepts (e.g. arrays and dictionaries), but passing in NSNull is not acceptable. I believe this change would create confusion rather than eliminate it as is the goal of this proposal.<br>
&gt;&gt;<br>
&gt;&gt;&gt; On Jul 5, 2016, at 5:45 PM, Chris Lattner via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Hello Swift community,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; The review of &quot;SE-0116: Import Objective-C id as Swift Any type&quot; begins now and runs through July 11. The proposal is available here:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;     <a href="https://github.com/apple/swift-evolution/blob/master/proposals/0116-id-as-any.md" rel="noreferrer" target="_blank">https://github.com/apple/swift-evolution/blob/master/proposals/0116-id-as-any.md</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Reviews are an important part of the Swift evolution process. All reviews should be sent to the swift-evolution mailing list at<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;     <a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; or, if you would like to keep your feedback private, directly to the review manager.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; What goes into a review?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; The goal of the review process is to improve the proposal under review through constructive criticism and contribute to the direction of Swift. When writing your review, here are some questions you might want to answer in your review:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;     * What is your evaluation of the proposal?<br>
&gt;&gt;&gt;     * Is the problem being addressed significant enough to warrant a change to Swift?<br>
&gt;&gt;&gt;     * Does this proposal fit well with the feel and direction of Swift?<br>
&gt;&gt;&gt;     * If you have used other languages or libraries with a similar feature, how do you feel that this proposal compares to those?<br>
&gt;&gt;&gt;     * How much effort did you put into your review? A glance, a quick reading, or an in-depth study?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; More information about the Swift evolution process is available at<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;     <a href="https://github.com/apple/swift-evolution/blob/master/process.md" rel="noreferrer" target="_blank">https://github.com/apple/swift-evolution/blob/master/process.md</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Thank you,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; -Chris Lattner<br>
&gt;&gt;&gt; Review Manager<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; swift-evolution mailing list<br>
&gt;&gt;&gt; <a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a><br>
&gt;&gt;&gt; <a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; swift-evolution mailing list<br>
&gt;&gt; <a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a><br>
&gt;&gt; <a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br>
<br>
_______________________________________________<br>
swift-evolution mailing list<br>
<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br>
</div></div></blockquote></div><br></div></div>