<div dir="ltr">On Sun, Aug 7, 2016 at 9:31 PM, Brandon Knope 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><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Can someone quickly explain what this new API does compared to what SE-101 had?<br>
<br>
I&#39;m trying hard to see what&#39;s being added here but my brain isn&#39;t working<br>
<br>
Brandon<br></blockquote><div><br></div><div>The text of SE-0101 was never updated to reflect the core team&#39;s decision, which was that MemoryLayout was to be an enum with no cases and without the suggested `of(_:)` functions. This proposal is to restore the `of(_:)` functions, but it incorporates recent discussion as to the most appropriate spelling for them.</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Sent from my iPad<br>
<div class="HOEnZb"><div class="h5"><br>
&gt; On Aug 7, 2016, at 10:18 PM, Dave Abrahams via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt; on Sun Aug 07 2016, Karl &lt;razielim-AT-gmail.com&gt; wrote:<br>
&gt;<br>
&gt;&gt;&gt;    * What is your evaluation of the proposal?<br>
&gt;&gt;<br>
&gt;&gt; +1<br>
&gt;&gt;<br>
&gt;&gt; Although if I was nitpicking I prefer the name “ofInstance” (as in the<br>
&gt;&gt; stdlib private function) to “ofValue”.<br>
&gt;<br>
&gt; The problem with “ofInstance” is that a class instance will be reported<br>
&gt; to be the same size as Int.  Most people think of a class instance as<br>
&gt; the place where its stored properties live, not the reference.<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; What is the standard nomenclature? Whereas I would distinguish between<br>
&gt;&gt; “objects/instances” and “values”, I’ve started referring to all Swift<br>
&gt;&gt; things as “objects” and “instances”, even if they are value types.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;&gt;    * Is the problem being addressed significant enough to warrant a<br>
&gt;&gt;&gt;         change to Swift?<br>
&gt;&gt;<br>
&gt;&gt; Yes<br>
&gt;&gt;<br>
&gt;&gt;&gt;    * Does this proposal fit well with the feel and direction of<br>
&gt;&gt;&gt;         Swift?<br>
&gt;&gt;<br>
&gt;&gt; Yes<br>
&gt;&gt;<br>
&gt;&gt;&gt;    * If you have used other languages or libraries with a similar<br>
&gt;&gt;&gt;         feature, how do you feel that this proposal compares to those?<br>
&gt;&gt;<br>
&gt;&gt; I think the metatype system needs revising for Swift &gt;3.0, but given<br>
&gt;&gt; time constraints this is the best solution<br>
&gt;&gt;<br>
&gt;&gt;&gt;    * How much effort did you put into your review? A glance, a<br>
&gt;&gt;&gt;         quick reading, or an in-depth study?<br>
&gt;&gt;<br>
&gt;&gt; Followed prior discussion, read proposal<br>
&gt;&gt;<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/<wbr>swift-evolution/blob/master/<wbr>process.md</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Thank you,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Dave Abrahams<br>
&gt;&gt;&gt; Review Manager<br>
&gt;&gt;&gt; ______________________________<wbr>_________________<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/<wbr>mailman/listinfo/swift-<wbr>evolution</a><br>
&gt;<br>
&gt; --<br>
&gt; -Dave<br>
&gt; ______________________________<wbr>_________________<br>
&gt; swift-evolution mailing list<br>
&gt; <a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a><br>
&gt; <a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/<wbr>mailman/listinfo/swift-<wbr>evolution</a><br>
______________________________<wbr>_________________<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/<wbr>mailman/listinfo/swift-<wbr>evolution</a><br>
</div></div></blockquote></div><br></div></div>