<div dir="ltr">Yes, you&#39;re right about the history of &quot;private extension&quot;—I was forgetting some of the details of what transpired during those proposals. Thanks for the reminder.<div><br></div><div>That being said, I would still argue that it would be a shame if we decided that the language should propagate a known inconsistency indefinitely simply because it was overlooked during a proposal that could have fixed it. I&#39;d weigh the reduction of future user confusion as more valuable than the cost for existing code to do a one-time migration, but that might be easy for me to say because I don&#39;t use access levels on extensions at all in my own code so I don&#39;t have any skin in the game. :)</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Oct 4, 2017 at 10:33 PM Jose Cheyo Jimenez &lt;<a href="mailto:cheyo@masters3d.com">cheyo@masters3d.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto"><div></div><div>I appreciate the enthusiasm but this is not a bug. This was a deliberate change in swift 3 to make `private extension` usable. If this was a bug then during swift 3 we should have disallowed `private extension` and only allowed `fileprivate extension` but that is not what happened. `private extension` has worked the same since swift 1. I’ve always used `private extension` when I want to add methods to String or other build in types. </div><div><br></div><div>private is different because it is scoped so because of that it is also different when dealing with extensions. Top level private is always the same as fileprivate thanks to its scoped nature. </div><div><br></div><div>Making private the scope ACL was a mistake but that ship has sailed and so has this one imo. </div></div><div dir="auto"><div><br></div><div><br></div><div><br>On Oct 4, 2017, at 10:05 PM, Tony Allevato &lt;<a href="mailto:tony.allevato@gmail.com" target="_blank">tony.allevato@gmail.com</a>&gt; wrote:<br><br></div><blockquote type="cite"><div><div dir="ltr">Trust me, I&#39;m the last person who wants to rehash access levels in Swift again. But that&#39;s not what&#39;s happening here, IMO, and fixing bugs is not just &quot;a change for the sake of changing.&quot;<div><br></div><div>The current behavior of &quot;private extension&quot; is *incorrect*, because it&#39;s entirely inconsistent with how access levels on extensions are documented to behave and it&#39;s inconsistent with how other access levels apply to extensions.</div><div><br></div><div>Can anyone think of a reason—other than &quot;it&#39;s too late to change it&quot;—why &quot;private extension&quot; and &quot;fileprivate extension&quot; should behave the same, and why &quot;X extension { decl }&quot; should be identical to &quot;extension { X decl }&quot; for all X *except* &quot;private&quot;?</div><div><br></div><div>Yes, it&#39;s absolutely unfortunate that this oversight was not addressed when the other access level changes were made. But we shouldn&#39;t have to live with bugs in the language because we&#39;re afraid of some unknown amount of churn among code that is already written incorrectly. Nor is fixing this bug declaring open season on other, unrelated access level debates. Do you have data that shows that the amount of code broken because it&#39;s using &quot;private&quot; when it really should be saying &quot;fileprivate&quot; is high enough that we should just leave the bug there?</div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Oct 4, 2017 at 9:51 PM Jose Cheyo Jimenez via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto"><div></div><div>There was a high bar for breaking changes in swift 4 and is even higher for swift 5.  se-110 was approved and implemented on the premises that it was not a big change but it was breaking code so it got reverted. Sure the migrator was making this easier but the result was a usability regression. I think this is a change just for the sake of changing. This will cause unnecessary churn. Let’s leave ACLs alone for the next few versions of swift unless we have a way better system. </div><div><br></div><div><p style="margin:0px;font-stretch:normal;font-size:12px;line-height:normal;font-family:Helvetica"><span style="font-size:12pt"><a href="https://lists.swift.org/pipermail/swift-evolution-announce/2017-June/000386.html" target="_blank">https://lists.swift.org/pipermail/swift-evolution-announce/2017-June/000386.html</a></span></p><p style="margin:0px;font-stretch:normal;font-size:12px;line-height:normal;font-family:Helvetica"><span style="font-size:12pt"><br></span></p><p style="margin:0px;font-stretch:normal;font-size:12px;line-height:normal;font-family:Helvetica"><br></p><p style="margin:0px;font-stretch:normal;font-size:12px;line-height:normal;font-family:Helvetica"><br></p><p style="margin:0px;font-stretch:normal;font-size:12px;line-height:normal;font-family:Helvetica"><span style="font-size:12pt"><br></span></p></div></div><div dir="auto"><div><br>On Oct 4, 2017, at 8:47 PM, BJ Homer &lt;<a href="mailto:bjhomer@gmail.com" target="_blank">bjhomer@gmail.com</a>&gt; wrote:<br><br></div><blockquote type="cite"><div>It certainly could break *some* code. But it only breaks code written by an author who wrote ‘private extension’ knowing that ‘fileprivate extension’ was also an option, but still intended it to be shared with the whole file. (If that code was from Swift 2, it would have already been migrated to ‘fileprivate extension’ by the 2-&gt;3 migrator.)<div><br></div><div>So existing code that says ‘private extension’ was written in a Swift 3 or 4 era when ‘fileprivate’ was an option. If the goal was specifically to share it with the whole file, it seems likely that most authors would have used ‘fileprivate extension’ instead of ‘private extension’, as that better communicates the intention. Regardless, though, we could check against the Swift source compatibility test suite to see how widespread that is.</div><div><br></div><div>Regardless, I think this change makes Swift a better language, and I’m in favor of it.</div><div><br><div id="m_1289473545081460504m_693547851496808965AppleMailSignature">-BJ</div><div><br>On Oct 4, 2017, at 9:10 PM, Jose Cheyo Jimenez via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt; wrote:<br><br></div><blockquote type="cite"><div><div></div><div><br></div><div><br>On Oct 2, 2017, at 9:59 PM, David Hart via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt; wrote:<br><br></div><blockquote type="cite"><div><br><div><br>On 3 Oct 2017, at 05:12, Xiaodi Wu via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt; wrote:<br><br></div><blockquote type="cite"><div><div dir="ltr">On Mon, Oct 2, 2017 at 9:16 PM, Matthew Johnson 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"><div dir="auto"><br><br><div id="m_1289473545081460504m_693547851496808965m_565568921357597014AppleMailSignature">Sent from my iPad</div><span><div><br>On Oct 2, 2017, at 7:33 PM, Jordan Rose via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt; wrote:<br><br></div><blockquote type="cite"><div><br><div><br><blockquote type="cite"><div>On Oct 2, 2017, at 03:25, Vladimir.S via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt; wrote:</div><br class="m_1289473545081460504m_693547851496808965m_565568921357597014Apple-interchange-newline"><div><div>On 01.10.2017 1:18, Chris Lattner wrote:<br><blockquote type="cite"><blockquote type="cite">On Sep 29, 2017, at 10:42 AM, Xiaodi Wu via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt; wrote:<br><br>Vladimir, I agree with you on that change, but it’s a separate topic from this one.<br><br>Tony is absolutely correct that this topic has already been discussed. It is a deliberate design decision that public types do not automatically expose members without explicit access modifiers; this has been brought up on this list, and it is clearly not in scope for discussion as no new insight can arise this late in the game. The inconsistency with public extensions was brought up, the proposed solution was to remove modifiers for extensions, but this proposal was rejected. So, the final design is what we have.<br></blockquote>Agreed.  The core team would only consider a refinement or change to access control if there were something actively broken that mattered for ABI stability.<br></blockquote><br>So we have to live with *protected* extension inconsistency for very long time just because core team don&#39;t want to even discuss _this particular_ inconsistency(when access level in *private extension* must be private, not fileprivate)?<br><br>Yes, we decided that access level for extension will mean a default and top most access level for nested methods, OK. But even in this rule, which already differ from access modifiers for types, we have another one special case for &#39;private extension&#39;.<br><br>Don&#39;t you think this is not normal situation and actually there IMO can&#39;t be any reason to keep this bug-producing inconsistency in Swift? (especially given Swift 5 seems like is a last moment to fix this)</div></div></blockquote><br></div><div>I hate to say it but I&#39;m inclined to agree with Vladimir on this. &quot;private extension&quot; has a useful meaning now distinct from &quot;fileprivate extension&quot;, and it was an oversight that <a href="https://github.com/apple/swift-evolution/blob/master/proposals/0169-improve-interaction-between-private-declarations-and-extensions.md" target="_blank">SE-0169</a> didn&#39;t include a fix here. On this <i>very narrow, very specific </i>access control issue I think it would still be worth discussing; like Xiaodi said it&#39;s not related to James&#39; original thread-starter.</div></div></blockquote><div><br></div></span><div>I agree with this in principle but would not want to see it become a slippery slope back into extremely long access control discussions.</div><span><br></span></div></blockquote><div><br></div><div>As I&#39;ve said elsewhere, I too agree with this in principle. I agree with Jordan that the current state of things is justifiable but the alternative would be somewhat superior, agree that in a vacuum this very narrow and specific discussion might be warranted, and agree also that this could be a very slippery slide down a very steep slope.</div></div></div></div></div></blockquote><div><br></div><div>Same here. It’s the only grudge I have left with the current access control situation. I remember Doug Gregor and John McCall discussing this during the last access control proposal. And I wouldn’t mind having a very narrow discussion about only this.</div><div><br></div><div>I organize my types into extensions for each conformance and for each access control. I can currently implicitly apply public or fileprivate to all members of an extension but I have no way of doing the same for private. That’s why I think it should be fixed.</div></div></blockquote><div><br></div><div>This will break a bunch of code because `private extension` has <u>always</u> meant `fileprivate extension`. <span style="background-color:rgba(255,255,255,0)">Even Swift 3 had this same behavior. </span>Lowering the access level of the extension members will hide a bunch of code that was visible to the file. </div><div><br></div><div>169 was not a breaking change but this “fix” would have made it a breaking change. I doubt 169 would had been accepted if it was a breaking change. I don’t think it’s worth it. </div><div><br></div><div><br></div><div><p style="margin:0px;font-stretch:normal;font-size:12px;line-height:normal;font-family:Helvetica"><span style="font-size:12pt"><a href="https://github.com/apple/swift-evolution/blob/master/proposals/0169-improve-interaction-between-private-declarations-and-extensions.md" target="_blank">https://github.com/apple/swift-evolution/blob/master/proposals/0169-improve-interaction-between-private-declarations-and-extensions.md</a></span></p><p style="margin:0px;font-stretch:normal;font-size:12px;line-height:normal;font-family:Helvetica"><span style="font-size:12pt"><br></span></p><p style="margin:0px;font-stretch:normal;font-size:12px;line-height:normal;font-family:Helvetica"><span style="font-size:12pt"><br></span></p></div><br><blockquote type="cite"><div><br><blockquote type="cite"><div><div dir="ltr"><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"><div dir="auto"><span><blockquote type="cite"><div><div><br></div><div>(I maintain that the current model does <i>not</i> include a special case; it simply means the &#39;private&#39; is resolved at the level of the extension rather than the level of its members. But that isn&#39;t what people expect and it&#39;s not as useful.)</div><div><br></div><div><br></div><div>I agree that changing the behavior of <i>all</i> access modifiers on extensions is out of scope. (I also agree that it is a bad idea. Sorry, James, but wanting &#39;pubic&#39; here indicates that your mental model of extensions does not match what Swift is actually doing, and that could get you into trouble.)</div><div><br></div><div>Jordan</div><br></div></blockquote></span><span><blockquote type="cite"><div><span>_______________________________________________</span><br><span>swift-evolution mailing list</span><br><span><a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a></span><br><span><a href="https://lists.swift.org/mailman/listinfo/swift-evolution" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a></span><br></div></blockquote></span></div><br>_______________________________________________<br>
swift-evolution mailing list<br>
<a href="mailto:swift-evolution@swift.org" target="_blank">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>
<br></blockquote></div><br></div></div>
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>swift-evolution mailing list</span><br><span><a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a></span><br><span><a href="https://lists.swift.org/mailman/listinfo/swift-evolution" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a></span><br></div></blockquote></div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>swift-evolution mailing list</span><br><span><a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a></span><br><span><a href="https://lists.swift.org/mailman/listinfo/swift-evolution" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a></span><br></div></blockquote></div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>swift-evolution mailing list</span><br><span><a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a></span><br><span><a href="https://lists.swift.org/mailman/listinfo/swift-evolution" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a></span><br></div></blockquote></div></div></blockquote></div>_______________________________________________<br>
swift-evolution mailing list<br>
<a href="mailto:swift-evolution@swift.org" target="_blank">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>
</blockquote></div>
</div></blockquote></div></blockquote></div>