<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div></div><div>Hi Joe,</div><div><br></div><div>Please ignore the swift-2.2-branch for now. &nbsp;Main development is happening on 'master'.</div><div><br></div><div>The swift-2.2-branch will be used as the release branch for Swift 2.2. &nbsp;Details will be sent out soon, but right now the branch is in a bring up stage to work with a specific version of Clang.</div><div><br></div><div>Cheers,</div><div>Ted</div><div><br>On Dec 19, 2015, at 3:12 PM, Joseph Bell via swift-dev &lt;<a href="mailto:swift-dev@swift.org">swift-dev@swift.org</a>&gt; wrote:<br><br></div><blockquote type="cite"><div><div dir="ltr">Related to this, what branch should one actually be building if they are hoping to create a version that looks like the 2.2-SNAPSHOT.&nbsp; There is a master branch and a swift-2.2-branch in the repo, with the default git clone branch being master.&nbsp; What purpose does the swift-2.2-branch server?<div><br></div><div>Also, is there documentation or a reference on what the purpose of the branches are and a streaming strategy around them (when do they diverge, when do they merge, etc.)</div><div><br></div><div>Thanks!</div><div>Joe</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Dec 19, 2015 at 5:03 PM, Joseph Bell <span dir="ltr">&lt;<a href="mailto:joe@iachieved.it" target="_blank">joe@iachieved.it</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Thanks Emanuel, I was operating with a clean environment and see another dependency has been added to the buildbot_linux (swift-integration-tests) so I'll pull that down and build again.&nbsp;<div><br></div><div><br></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Dec 19, 2015 at 4:54 PM, Emanuel Zephir <span dir="ltr">&lt;<a href="mailto:emanuelzephir@gmail.com" target="_blank">emanuelzephir@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I can't reproduce this on Ubuntu 14.04 or on OS X 10.10 at 696544a0.<br>
<br>
On Linux:<br>
<br>
&nbsp; Expected Passes&nbsp; &nbsp; : 6964<br>
&nbsp; Expected Failures&nbsp; : 100<br>
&nbsp; Unsupported Tests&nbsp; : 622<br>
-- check-swift-all-linux-x86_64 finished --<br>
<span>--- Finished tests for swift ---<br>
<br>
</span>Specifically on the SIL Crashers, the results are:<br>
<br>
PASS: Swift :: SIL/crashers/002-swift-performnamebinding.sil (1 of 7)<br>
PASS: Swift :: SIL/crashers/003-swift-parser-parsetypesimple.sil (2 of 7)<br>
PASS: Swift :: SIL/crashers/004-swift-expr-getsourcerange.sil (3 of 7)<br>
PASS: Swift :: SIL/crashers/001-swift-parser-parsesilvtable.sil (4 of 7)<br>
PASS: Swift :: SIL/crashers/005-swift-silfunction-verify.sil (5 of 7)<br>
PASS: Swift :: SIL/crashers/007-swift-abstractstoragedecl-makecomputed.sil<br>
(6 of 7)<br>
PASS: Swift :: SIL/crashers/006-swift-syntaxsugartype-getimplementationtype.sil<br>
(7 of 7)<br>
<br>
and on OS X I have:<br>
<br>
&nbsp; Expected Passes&nbsp; &nbsp; : 7679<br>
&nbsp; Expected Failures&nbsp; : 8<br>
&nbsp; Unsupported Tests&nbsp; : 40<br>
-- check-swift-all-macosx-x86_64 finished --<br>
<span>--- Finished tests for swift ---<br>
<br>
</span>It's interesting to note that I seem to have one more test on Linux than you.<br>
<span><font color="#888888"><br>
--Emanuel<br>
</font></span><div><div><br>
On Sat, Dec 19, 2015 at 2:34 PM, Joseph Bell via swift-dev<br>
&lt;<a href="mailto:swift-dev@swift.org" target="_blank">swift-dev@swift.org</a>&gt; wrote:<br>
&gt; That is interesting, this was on Ubuntu 15.10, the other being on 14.04:<br>
&gt;<br>
&gt; ********************<br>
&gt; Testing Time: 260.04s<br>
&gt; ********************<br>
&gt; Failing Tests (1):<br>
&gt;&nbsp; &nbsp; &nbsp;Swift :: SIL/crashers/004-swift-expr-getsourcerange.sil<br>
&gt;<br>
&gt;&nbsp; &nbsp;Expected Passes&nbsp; &nbsp; : 6965<br>
&gt;&nbsp; &nbsp;Expected Failures&nbsp; : 100<br>
&gt;&nbsp; &nbsp;Unsupported Tests&nbsp; : 620<br>
&gt;&nbsp; &nbsp;Unexpected Failures: 1<br>
&gt; *** Failed while running tests for swift (check-swift-all-linux-x86_64)<br>
&gt; ./swift/utils/build-script: command terminated with a non-zero exit status<br>
&gt; 1, aborting<br>
&gt; ./swift/utils/build-script: command terminated with a non-zero exit status<br>
&gt; 1, aborting<br>
&gt;<br>
&gt; Command Output (stderr):<br>
&gt; --<br>
&gt; /home/package-swift/swift/validation-test/SIL/crashers/004-swift-expr-getsourcerange.sil:3:15:<br>
&gt; error: expected convention name identifier in 'convention' attribute<br>
&gt; l&lt;@convention()&gt;(<br>
&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^<br>
&gt; /home/package-swift/swift/validation-test/SIL/crashers/004-swift-expr-getsourcerange.sil:3:16:<br>
&gt; error: expected type<br>
&gt; l&lt;@convention()&gt;(<br>
&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^<br>
&gt; /home/package-swift/swift/validation-test/SIL/crashers/004-swift-expr-getsourcerange.sil:3:2:<br>
&gt; note: while parsing this '&lt;' as a type parameter bracket<br>
&gt; l&lt;@convention()&gt;(<br>
&gt;&nbsp; ^<br>
&gt; /home/package-swift/swift/validation-test/SIL/crashers/004-swift-expr-getsourcerange.sil:3:18:<br>
&gt; error: expected expression in list of expressions<br>
&gt; l&lt;@convention()&gt;(<br>
&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^<br>
&gt; /home/package-swift/swift/validation-test/SIL/crashers/004-swift-expr-getsourcerange.sil:3:18:<br>
&gt; error: expected ',' separator<br>
&gt; l&lt;@convention()&gt;(<br>
&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^<br>
&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ,<br>
&gt; /home/package-swift/swift/validation-test/SIL/crashers/004-swift-expr-getsourcerange.sil:3:1:<br>
&gt; error: expressions are not allowed at the top level<br>
&gt; l&lt;@convention()&gt;(<br>
&gt; ^<br>
&gt; /home/package-swift/swift/validation-test/SIL/crashers/004-swift-expr-getsourcerange.sil:3:1:<br>
&gt; error: use of unresolved identifier 'l'<br>
&gt; l&lt;@convention()&gt;(<br>
&gt; ^<br>
&gt;<br>
&gt; Joe<br>
&gt;<br>
&gt;<br>
&gt; On Sat, Dec 19, 2015 at 3:23 PM, Wallacy &lt;<a href="mailto:wallacyf@gmail.com" target="_blank">wallacyf@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Last commit: 696544a0003d43de824ead0b4ec9c19fda9a7553 (4 hours ago)<br>
&gt;&gt;<br>
&gt;&gt; Testing Time: 1838.83s<br>
&gt;&gt;&nbsp; &nbsp;Expected Passes&nbsp; &nbsp; : 2357<br>
&gt;&gt;&nbsp; &nbsp;Expected Failures&nbsp; : 5<br>
&gt;&gt;&nbsp; &nbsp;Unsupported Tests&nbsp; : 35<br>
&gt;&gt; -- check-swift-macosx-x86_64 finished --<br>
&gt;&gt; --- Finished tests for swift ---<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Em sáb, 19 de dez de 2015 às 16:47, Joseph Bell via swift-dev<br>
&gt;&gt; &lt;<a href="mailto:swift-dev@swift.org" target="_blank">swift-dev@swift.org</a>&gt; escreveu:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Can anyone confirm or deny that this is a known issue at the moment?<br>
&gt;&gt;&gt; This is with a fresh checkout as of this morning (Dec 19).<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; ********************<br>
&gt;&gt;&gt; Testing Time: 261.00s<br>
&gt;&gt;&gt; ********************<br>
&gt;&gt;&gt; Failing Tests (1):<br>
&gt;&gt;&gt;&nbsp; &nbsp; &nbsp;Swift :: SIL/crashers/004-swift-expr-getsourcerange.sil<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&nbsp; &nbsp;Expected Passes&nbsp; &nbsp; : 6965<br>
&gt;&gt;&gt;&nbsp; &nbsp;Expected Failures&nbsp; : 100<br>
&gt;&gt;&gt;&nbsp; &nbsp;Unsupported Tests&nbsp; : 620<br>
&gt;&gt;&gt;&nbsp; &nbsp;Unexpected Failures: 1<br>
&gt;&gt;&gt; *** Failed while running tests for swift (check-swift-all-linux-x86_64)<br>
&gt;&gt;&gt; ./swift/utils/build-script: command terminated with a non-zero exit<br>
&gt;&gt;&gt; status 1, aborting<br>
&gt;&gt;&gt; ./swift/utils/build-script: command terminated with a non-zero exit<br>
&gt;&gt;&gt; status 1, aborting<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; ➜&nbsp; swift git:(master) git rev-parse HEAD<br>
&gt;&gt;&gt; 696544a0003d43de824ead0b4ec9c19fda9a7553<br>
&gt;&gt;&gt;<br>
</div></div><div><div>&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; swift-dev mailing list<br>
&gt;&gt;&gt; <a href="mailto:swift-dev@swift.org" target="_blank">swift-dev@swift.org</a><br>
&gt;&gt;&gt; <a href="https://lists.swift.org/mailman/listinfo/swift-dev" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-dev</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; swift-dev mailing list<br>
&gt; <a href="mailto:swift-dev@swift.org" target="_blank">swift-dev@swift.org</a><br>
&gt; <a href="https://lists.swift.org/mailman/listinfo/swift-dev" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-dev</a><br>
&gt;<br>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>
<img src="https://u2002410.ct.sendgrid.net/wf/open?upn=cUTXn2XUQg0NGOEWHTVTyDr9W6Is2djHPo9bUJUJ-2FRZAq4rv4FFrF-2FHQR2fBh7H-2FCSuOacendjt4G4-2FvPyO6F33Nu4yz491UudRRVv-2BK5XTI-2BCKWJULIEzAjAszBazfiXktlVssd7O0nc7lvLKT9CvOTYD2DDkHOYVHLwMsR1zTcrMpQN8kdmmqXKWNSoT2GaOIjoR6-2FEN7x2fMLOVO6SghKMci7hzkVrL2CcpiGQ84-3D" alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;">
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>swift-dev mailing list</span><br><span><a href="mailto:swift-dev@swift.org">swift-dev@swift.org</a></span><br><span><a href="https://lists.swift.org/mailman/listinfo/swift-dev">https://lists.swift.org/mailman/listinfo/swift-dev</a></span><br></div></blockquote></body></html>