<div dir="ltr">I thought that we already had a lengthy discussion about private semantics, naming, etc. All these arguments were already presented during the original proposal discussion and review. At that time I put a lot of time and energy into responding to every email on the subject because I was under impression that unless something changed significantly after the fact, reviews were final. If proposals can be easily reversed later or need to be defended after the fact, I am not sure how many people would be committed enough to do this. As much as I want &quot;private&quot; to mean private, I am not committed enough, if this is what it takes.<div><br></div><div>I joined the list primarily because I really wanted that change. After it was accepted, I stopped following, partially because I cannot keep up with all the emails. I saw this thread completely by accident when I was going to unsubscribe! I hope to be back when the discussion moves to Discourse, but if accepted proposals are not treated as final decisions (unless something significant comes up), I don&#39;t know if I will. I am sure that my absence will not be noticed, but there could be many people like me. People on this list represent a very small percentage of the actual group who use the language, but from what I read here, there seems to be an assumption that people on the list is an accurate representation of the entire group of programmers using Swift. It&#39;s not, and there could be a large number of people who silently disagree with any particular proposal, and the actual usage statistics could be different from what people here may think. Also, some people may not know about particular features, and it may be a matter of education rather than a feature not carrying its own weight. If you looked at GitHub, you could say that nobody is using feature X, so it&#39;s not useful or needed, but it could also be that if X were publicized better, GitHub would show much more adoption. I really hope that features get decided on the merit of their usefulness and not by vote of people on this list.</div><div><br></div><div>I&#39;ll wait a day or two to give people a chance to respond and then I&#39;ll unsubscribe for now.</div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Feb 21, 2017 at 10:19 AM Brent Royal-Gordon via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">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">&gt; On Feb 21, 2017, at 5:36 AM, Matthew Johnson &lt;<a href="mailto:matthew@anandabits.com" class="gmail_msg" target="_blank">matthew@anandabits.com</a>&gt; wrote:<br class="gmail_msg">
&gt;<br class="gmail_msg">
&gt; This is true for lexical scoping, but I&#39;d also like to see scoped be parameterized to take the name of a containing scope, such as a containing submodule.  This would be a powerful tool that allows sibling submodules to collaborate with each other.  It is similar to allowing extensions of different types collaborate within a file, but at a larger level of granularity.<br class="gmail_msg">
<br class="gmail_msg">
If I correctly understand what you seem to be suggesting, that would mean that access levels would be, ordered from narrowest access to widest, something like:<br class="gmail_msg">
<br class="gmail_msg">
        scoped<br class="gmail_msg">
        private<br class="gmail_msg">
        internal<br class="gmail_msg">
        scoped(SomeModule, OtherModule)<br class="gmail_msg">
        public<br class="gmail_msg">
        open<br class="gmail_msg">
<br class="gmail_msg">
Having the same keyword appear in two very different places in that list seems...less than ideal.<br class="gmail_msg">
<br class="gmail_msg">
--<br class="gmail_msg">
Brent Royal-Gordon<br class="gmail_msg">
Architechies<br class="gmail_msg">
<br class="gmail_msg">
_______________________________________________<br class="gmail_msg">
swift-evolution mailing list<br class="gmail_msg">
<a href="mailto:swift-evolution@swift.org" class="gmail_msg" target="_blank">swift-evolution@swift.org</a><br class="gmail_msg">
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" class="gmail_msg" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br class="gmail_msg">
</blockquote></div>