<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Proposal link:&nbsp;<a href="https://github.com/apple/swift-evolution/blob/master/proposals/0077-operator-precedence.md" class="">https://github.com/apple/swift-evolution/blob/master/proposals/0077-operator-precedence.md</a><div class=""><br class=""></div><div class="">The second review of SE-0077, "Improved operator declarations" ran from June 29 ... July 4, 2016. The proposal has been <b class="">*accepted*</b> with minor revisions. This round of feedback focused on naming, both of the attributes for precedence groups and the conventions to use for naming the groups themselves:</div><div class=""><br class=""></div><div class="">- The community expressed a strong preference for 'higherThan' and 'lowerThan' precedence relationships over the previously-proposed 'strongerThan' and 'weakerThan', and the core team *<b class="">agrees*</b> that these are better terms of art. The proposal is accepted with these terms revised.</div><div class=""><br class=""></div><div class="">- The standard library team reviewed the proposed names for the standard precedence groups, and suggests the following minor naming revisions:</div><div class=""><br class=""></div><div class=""><blockquote type="cite" class="">AssignmentPrecedence<br class="">TernaryPrecedence<br class="">DefaultPrecedence<br class="">LogicalDisjunctionPrecedence<br class="">LogicalConjunctionPrecedence<br class="">ComparisonPrecedence<br class="">NilCoalescingPrecedence<br class="">CastingPrecedence<br class="">RangeFormationPrecedence<br class="">AdditionPrecedence<br class="">MultiplicationPrecedence<br class="">BitwiseShiftPrecedence</blockquote></div><div class=""><br class=""></div><div class="">establishing a convention of &lt;Noun&gt;Precedence for precedence group names. The core team accepts the proposal with these revised standard precedence names.</div><div class=""><br class=""></div><div class="">Thanks Anton for shepherding this proposal through the review process!</div><div class=""><br class=""></div><div class="">-Joe</div></body></html>