<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">2016/07/16 14:52、Chris Lattner via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt; のメール:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hello Swift community,<br class=""><br class="">The second review of "SE-0117: Default classes to be non-subclassable publicly" begins now and runs through July 22. The proposal is available here:<br class=""><br class=""><span class="Apple-tab-span" style="white-space:pre">        </span><a href="https://github.com/apple/swift-evolution/blob/master/proposals/0117-non-public-subclassable-by-default.md" class="">https://github.com/apple/swift-evolution/blob/master/proposals/0117-non-public-subclassable-by-default.md</a><br class=""><br class="">Reviews are an important part of the Swift evolution process. All reviews should be sent to the swift-evolution mailing list at<br class=""><br class=""><span class="Apple-tab-span" style="white-space:pre">        </span>https://lists.swift.org/mailman/listinfo/swift-evolution<br class=""><br class="">or, if you would like to keep your feedback private, directly to the review manager.<br class=""><br class="">What goes into a review?<br class=""><br class="">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 class=""><br class=""><span class="Apple-tab-span" style="white-space:pre">        </span>* What is your evaluation of the proposal?<br class=""></div></div></blockquote><div>+1 for the improved keywords and purgatory for objc imported modules.</div><div><br class=""></div><div>This is much cleaner than the previous proposal, and cant wait to actually get to use this (as a framework author it literally makes me giddy).</div><div><br class=""></div><div>Like others, I slightly wonder what will happen in The Real World™ (as a framework consumer) but if things end up too restrictive, it can always be changed down the road I would expect…?</div><br class=""><blockquote type="cite" class=""><div class=""><div class=""><span class="Apple-tab-span" style="white-space:pre">        </span>* Is the problem being addressed significant enough to warrant a change to Swift?<br class=""></div></div></blockquote>Yes</div><div><br class=""><blockquote type="cite" class=""><div class=""><div class=""><span class="Apple-tab-span" style="white-space:pre">        </span>* Does this proposal fit well with the feel and direction of Swift?<br class=""></div></div></blockquote><div>Yes</div><br class=""><blockquote type="cite" class=""><div class=""><div class=""><span class="Apple-tab-span" style="white-space:pre">        </span>* If you have used other languages or libraries with a similar feature, how do you feel that this proposal compares to those?<br class=""></div></div></blockquote><div>This seems closer to Kotlin; not that I am much of a user of that language so maybe I am unqualified to say, but I think its nice to align with a good design that exists elsewhere…&nbsp;</div><div>Objc is of course the exact opposite of this, so it remains to be seen what the effect will be in this community...</div><br class=""><blockquote type="cite" class=""><div class=""><div class=""><span class="Apple-tab-span" style="white-space:pre">        </span>* How much effort did you put into your review? A glance, a quick reading, or an in-depth study?<br class=""></div></div></blockquote><div>Been following this intensely since last year’s initial discussion, finally came out of the shadows to comment when it came up for review, and have been weighing and listening to arguments for and against; my only "against" feelings came about as a consumer of APIs not as a writer, so I want to make sure its apparent that any negatives I had in the past were from that perspective; I very much support the spirit of this proposal and appreciate those that took time to explain and assuage those concerns! What an amazing process this is. ^o^</div><div><br class=""></div><div>-----------</div><div><br class=""></div><div>One thing in the proposal:</div><div><table cellspacing="0" cellpadding="0" style="border-collapse: collapse" class="">
<tbody class="">
<tr class="">
<td valign="top" style="width: 643.0px; height: 55.0px; border-style: solid; border-width: 1.0px 1.0px 1.0px 1.0px; border-color: #bfbfbf #bfbfbf #bfbfbf #bfbfbf; padding: 4.0px 4.0px 4.0px 4.0px" class=""><div style="margin: 0px;" class=""><font face="Helvetica Neue" color="#333333" style="font-size: 16px; line-height: normal; font-family: 'Helvetica Neue'; -webkit-font-kerning: none; font-variant-ligatures: common-ligatures; color: rgb(51, 51, 51); background-color: rgb(255, 255, 255); -webkit-text-stroke-color: rgb(51, 51, 51);" class="">The superclass of an&nbsp;</font><font face="Consolas" color="#333333" style="font-size: 13.6px; line-height: normal; font-family: Consolas; -webkit-font-kerning: none; font-variant-ligatures: common-ligatures; color: rgb(51, 51, 51); background-color: rgba(0, 0, 0, 0.0352941); -webkit-text-stroke-color: rgb(51, 51, 51);" class="">open</font><font face="Helvetica Neue" color="#333333" style="font-size: 16px; line-height: normal; font-family: 'Helvetica Neue'; -webkit-font-kerning: none; font-variant-ligatures: common-ligatures; color: rgb(51, 51, 51); background-color: rgb(255, 255, 255); -webkit-text-stroke-color: rgb(51, 51, 51);" class="">&nbsp;class must be&nbsp;</font><font face="Consolas" color="#333333" style="font-size: 13.6px; line-height: normal; font-family: Consolas; -webkit-font-kerning: none; font-variant-ligatures: common-ligatures; color: rgb(51, 51, 51); background-color: rgba(0, 0, 0, 0.0352941); -webkit-text-stroke-color: rgb(51, 51, 51);" class="">open</font><font face="Helvetica Neue" color="#333333" style="font-size: 16px; line-height: normal; font-family: 'Helvetica Neue'; -webkit-font-kerning: none; font-variant-ligatures: common-ligatures; color: rgb(51, 51, 51); background-color: rgb(255, 255, 255); -webkit-text-stroke-color: rgb(51, 51, 51);" class="">. &lt;snip/&gt;. These are conservative restrictions that reduce the scope of this proposal; it will be possible to revisit them in a later proposal.</font></div>
</td>
</tr>
</tbody>
</table></div><div>Yes, maybe its an anit-pattern, but I definitely have made many private parent classes and have the child public… the above would mean that I cant do that, as open needs public… it would definitely be appreciated if that is revisited or at least the reasoning (e.g we really shouldn't be making subclasses of private superclasses public because XYZABC etc).</div><div><br class=""></div><div><div>-----------</div></div><div><br class=""></div><div>Thanks!!</div><div><br class=""></div><br class=""><blockquote type="cite" class=""><div class=""><div class="">More information about the Swift evolution process is available at<br class=""><br class=""><span class="Apple-tab-span" style="white-space:pre">        </span><a href="https://github.com/apple/swift-evolution/blob/master/process.md" class="">https://github.com/apple/swift-evolution/blob/master/process.md</a><br class=""><br class="">Thank you,<br class=""><br class="">-Chris Lattner<br class="">Review Manager<br class=""><br class=""><br class="">_______________________________________________<br class="">swift-evolution mailing list<br class="">swift-evolution@swift.org<br class="">https://lists.swift.org/mailman/listinfo/swift-evolution<br class=""></div></div></blockquote></div><br class=""></body></html>