<div style="white-space:pre-wrap">Anything to attempt on strings? I see you are considering consolidating down to a single index type for those, etc. Of course you also imply a large string rework that may happen in the future.<br><br>-Shawn</div><br><div class="gmail_quote"><div dir="ltr">On Mon, Apr 11, 2016 at 11:07 AM Dave Abrahams &lt;<a href="mailto:dabrahams@apple.com">dabrahams@apple.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
on Sun Apr 10 2016, Austin Zheng &lt;austinzheng-AT-gmail.com&gt; wrote:<br>
<br>
&gt; I&#39;m really sorry for dropping the ball and disappearing off the list. I&#39;d like<br>
&gt; to help out if I can. I&#39;ll check out the current branch tomorrow and see what<br>
&gt; the status of the work is, but let me know if everything is done already/there&#39;s<br>
&gt; something in particular that should be worked on.<br>
<br>
Dmitri may have other ideas, but one thing we haven&#39;t done is to take<br>
advantage of the new model by removing references from indices.  I&#39;d<br>
like to prove that the new model does what it&#39;s supposed to.  You might<br>
try simplifying the indices for Set and Dictionary.  It should be<br>
possible to represent them as a wrapper around an Int.<br>
<br>
&gt;<br>
&gt;<br>
&gt; Austin<br>
&gt;<br>
&gt; On Mon, Mar 21, 2016 at 11:39 AM, Shawn Erickson &lt;<a href="mailto:shawnce@gmail.com" target="_blank">shawnce@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;     Anything I can help with on this effort? It looks like things are moving<br>
&gt;     along among the Apple folks. Not sure how to jump in without stepping on in<br>
&gt;     flight work, etc.<br>
&gt;<br>
&gt;     On Tue, Mar 15, 2016 at 1:39 AM Dmitri Gribenko &lt;<a href="mailto:gribozavr@gmail.com" target="_blank">gribozavr@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;     On Mon, Mar 14, 2016 at 7:59 PM, Shawn Erickson &lt;<a href="mailto:shawnce@gmail.com" target="_blank">shawnce@gmail.com</a>&gt; wrote:<br>
&gt;         &gt;<br>
&gt;         &gt;<br>
&gt;         &gt; On Thu, Mar 10, 2016 at 10:49 PM Dmitri Gribenko &lt;<a href="mailto:gribozavr@gmail.com" target="_blank">gribozavr@gmail.com</a>&gt;<br>
&gt;         &gt; wrote:<br>
&gt;         &gt;&gt;<br>
&gt;         &gt;&gt; Hi everyone,<br>
&gt;         &gt;&gt;<br>
&gt;         &gt;&gt; I just wanted to announce that we have sufficient change on the<br>
&gt;         &gt;&gt; swift-3-indexing-model branch so that we can build the core standard<br>
&gt;         &gt;&gt; library and StdlibUnittest. We achieved this by putting the protocol<br>
&gt;         &gt;&gt; new structure into place, and stubbing out with fatalError() or just<br>
&gt;         &gt;&gt; commenting out parts that didn&#39;t compile. Now we have a baseline that<br>
&gt;         &gt;&gt; we won&#39;t regress, and we are starting to work towards improving it,<br>
&gt;         &gt;&gt; making existing tests pass, and then writing new tests, and<br>
&gt;         addressing<br>
&gt;         &gt;&gt; TODOs and FIXMEs that we left in the code as we were doing the first<br>
&gt;         &gt;&gt; pass.<br>
&gt;         &gt;&gt;<br>
&gt;         &gt;&gt; Here&#39;s the most recent pull request from Shawn where he starts to fix<br>
&gt;         &gt;&gt; the tests: <a href="https://github.com/apple/swift/pull/1632" rel="noreferrer" target="_blank">https://github.com/apple/swift/pull/1632</a><br>
&gt;         &gt;&gt;<br>
&gt;         &gt;&gt; Now we are in the &quot;massively-parallel&quot; stage of this project and we,<br>
&gt;         &gt;&gt; as always, welcome contributions to this branch!<br>
&gt;         &gt;<br>
&gt;         &gt;<br>
&gt;         &gt; FYI<br>
&gt;         &gt;<br>
&gt;         &gt; I am working on the following:<br>
&gt;         &gt;<br>
&gt;         &gt; FAIL: Swift :: 1_stdlib/StringDiagnostics.swift<br>
&gt;         &gt; FAIL: Swift :: 1_stdlib/StringDiagnostics_without_Foundation.swift<br>
&gt;         &gt; ...and looking at converting String.XxxxIndexes to the new index style<br>
&gt;         while<br>
&gt;         &gt; maintaining existing public API.<br>
&gt;<br>
&gt;         There doesn&#39;t seem to be many tests actively failing in the primary<br>
&gt;         testsuite, so I&#39;ll be working on making StdlibCollectionUnittest<br>
&gt;         compile, which will allow us to run the validation testsuite.<br>
&gt;<br>
&gt;         Dmitri<br>
&gt;<br>
&gt;         --<br>
&gt;         main(i,j){for(i=2;;i++){for(j=2;j&lt;i;j++){if(!(i%j)){j=0;break;}}if<br>
&gt;         (j){printf(&quot;%d\n&quot;,i);}}} /*Dmitri Gribenko &lt;<a href="mailto:gribozavr@gmail.com" target="_blank">gribozavr@gmail.com</a>&gt;*/<br>
&gt;<br>
<br>
--<br>
Dave<br>
</blockquote></div>