<div dir="ltr">Minor questions after initial read-through:<div><br></div><div>- Should the comment on {index,formIndex}(_:stepsFrom:) say what happens if the resulting index would be out of bounds? Can these functions return Optional values, or can they be `throws`?</div><div><br></div><div>- Can {index,formIndex}(_:stepsFrom:) be combined with the limitedBy: versions, such that the limit is an <b>optional parameter</b> with default value nil? For example:</div><div><br></div><div><font face="monospace, monospace">    public func index(n: IndexDistance, stepsFrom i: Index, <b>limitedBy limit: Index? = nil</b>)</font></div><div class="gmail_extra"><br clear="all"><div><div><div dir="ltr"><div>Jacob<br></div></div></div></div>
<br><div class="gmail_quote">On Sun, Apr 10, 2016 at 2:45 PM, Chris Lattner 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><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><br><div><span><blockquote type="cite"><div>On Apr 10, 2016, at 2:41 PM, Chris Lattner &lt;<a href="mailto:clattner@apple.com" target="_blank">clattner@apple.com</a>&gt; wrote:</div><br><div><div style="word-wrap:break-word"><div>Hello Swift community,<br><br>The review of &quot;<span style="color:rgb(4,51,255);font-family:Menlo;font-size:11px">A New Model for Collections and Indices</span>&quot; begins now and runs through April 18th. The proposal is available here:<br></div></div></div></blockquote><div><br></div></span><div>The correct link is:</div><div style="margin:0px;font-size:10px;line-height:normal;font-family:Monaco"><a href="https://github.com/apple/swift-evolution/blob/master/proposals/0065-collections-move-indices.md" target="_blank">https://github.com/apple/swift-evolution/blob/master/proposals/0065-collections-move-indices.md</a></div><span><font color="#888888"><div style="margin:0px;font-size:10px;line-height:normal;font-family:Monaco"><br></div>-Chris</font></span></div><span><div><br><blockquote type="cite"><div><div style="word-wrap:break-word"><div><br>Reviews are an important part of the Swift evolution process. All reviews should be sent to the swift-evolution mailing list at:<br><span style="white-space:pre-wrap">        </span><a href="https://lists.swift.org/mailman/listinfo/swift-evolution" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br>or, if you would like to keep your feedback private, directly to the review manager.<br><br><br>What goes into a review?<br><br>The goal of the review process is to improve the proposal under review through constructive criticism and, eventually, determine the direction of Swift. When writing your review, here are some questions you might want to answer in your review:<br><br><span style="white-space:pre-wrap">        </span>* What is your evaluation of the proposal?<br><span style="white-space:pre-wrap">        </span>* Is the problem being addressed significant enough to warrant a change to Swift?<br><span style="white-space:pre-wrap">        </span>* Does this proposal fit well with the feel and direction of Swift?<br><span style="white-space:pre-wrap">        </span>* If you have you used other languages or libraries with a similar feature, how do you feel that this proposal compares to those?<br><span style="white-space:pre-wrap">        </span>* How much effort did you put into your review? A glance, a quick reading, or an in-depth study?<br><br>More information about the Swift evolution process is available at<br><br><span style="white-space:pre-wrap">        </span><a href="https://github.com/apple/swift-evolution/blob/master/process.md" target="_blank">https://github.com/apple/swift-evolution/blob/master/process.md</a><br><br>Thank you,<br><br>-Chris Lattner<br>Review Manager</div><div><br></div><div><br></div></div></div></blockquote></div><br></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>