<div dir="ltr">I'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="lib;include;tools"</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=".;:!stdlib;:!docs"</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"><<a href="mailto:gribozavr@gmail.com" target="_blank">gribozavr@gmail.com</a>></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 <<a href="mailto:jordan_rose@apple.com">jordan_rose@apple.com</a>> wrote:<br>
> Hm. That might be a nice balance, and it’s not entirely a lie: that’s the<br>
> version of the compiler that you’re using, if not the stdlib and runtime.<br>
> I’d still like to put it behind a flag, so that we can turn it off it<br>
> certain configurations, like #2105 attempted to do.<br>
><br>
> 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<i;j++){if(!(i%j)){j=0;break;}}if<br>
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <<a href="mailto:gribozavr@gmail.com">gribozavr@gmail.com</a>>*/<br>
</font></span></blockquote></div><br></div>