<div dir="ltr">I&#39;ve updated the code to make that behavior optional and controllable:<div><a href="https://github.com/rintaro/swift/commit/bfac557">https://github.com/rintaro/swift/commit/bfac557</a></div><div><br><div>Revision from only <font face="monospace, monospace">lib/</font>, <font face="monospace, monospace">include/</font>, and <font face="monospace, monospace">tools/</font>:</div><div><br></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><font face="monospace, monospace">utils/build-script -RT --reconfigure \</font><div><font face="monospace, monospace">  --swift-vc-revision-include-dir=&quot;lib;include;tools&quot;</font></div></blockquote><div><br></div>Revision from whole repository excluding <font face="monospace, monospace">stdlib/</font> and <font face="monospace, monospace">docs/</font>:<div><br><div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><font face="monospace, monospace">utils/build-script -RT --reconfigure \</font><div><font face="monospace, monospace">  --swift-vc-revision-include-dir=&quot;.;:!stdlib;:!docs&quot;</font></div></blockquote><font face="monospace, monospace"><br></font></div></div></div><br></div><div class="gmail_extra"><br><div class="gmail_quote">2016-05-07 1:23 GMT+09:00 Dmitri Gribenko <span dir="ltr">&lt;<a href="mailto:gribozavr@gmail.com" target="_blank">gribozavr@gmail.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Fri, May 6, 2016 at 9:16 AM, Jordan Rose &lt;<a href="mailto:jordan_rose@apple.com">jordan_rose@apple.com</a>&gt; wrote:<br>
&gt; Hm. That might be a nice balance, and it’s not entirely a lie: that’s the<br>
&gt; version of the compiler that you’re using, if not the stdlib and runtime.<br>
&gt; I’d still like to put it behind a flag, so that we can turn it off it<br>
&gt; certain configurations, like #2105 attempted to do.<br>
&gt;<br>
&gt; Dmitri, any comments, since you caught the issue last time?<br>
<br>
</span>I think this would be a reasonable balance for local development.  For<br>
releases that CI produces I think this change will cause confusion<br>
because the git hashes that are tagged would not match the git hashes<br>
included in the compiler version.<br>
<span class="HOEnZb"><font color="#888888"><br>
Dmitri<br>
<br>
--<br>
main(i,j){for(i=2;;i++){for(j=2;j&lt;i;j++){if(!(i%j)){j=0;break;}}if<br>
(j){printf(&quot;%d\n&quot;,i);}}} /*Dmitri Gribenko &lt;<a href="mailto:gribozavr@gmail.com">gribozavr@gmail.com</a>&gt;*/<br>
</font></span></blockquote></div><br></div>