Uh oh!
There was an error while loading. Please reload this page.
Add compile fail test for SIMD - #40101
Conversation
rust-highfive
commented
Feb 25, 2017
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @alexcrichton (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
alexcrichton
commented
Feb 25, 2017
@bors: r+ Looks great, thanks! |
bors
commented
Feb 25, 2017
📌 Commit 9e51958 has been approved by |
bors
commented
Feb 26, 2017
⌛ Testing commit 9e51958 with merge c76fabf... |
bors
commented
Feb 26, 2017
💔 Test failed - status-travis |
alexcrichton
commented
Feb 26, 2017
via email
@bors: retry
* network error …On Sat, Feb 25, 2017 at 10:24 PM, bors ***@***.***> wrote:
💔 Test failed - status-travis
<https://travis-ci.org/rust-lang/rust/builds/205433060>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#40101 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95NN_Som_-p5CV0mHJx1Au0IlMVJKks5rgP5pgaJpZM4MMK3Z>
.
|
bors
commented
Feb 26, 2017
⌛ Testing commit 9e51958 with merge ac0b2ad... |
bors
commented
Feb 26, 2017
💔 Test failed - status-travis |
alexcrichton
commented
Feb 26, 2017
via email
@bors: retry
* network failure …On Sat, Feb 25, 2017 at 10:54 PM, bors ***@***.***> wrote:
💔 Test failed - status-travis
<https://travis-ci.org/rust-lang/rust/builds/205435649>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#40101 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95CB6fBUP1uOQuZp2rF9xmSk8mILZks5rgQV2gaJpZM4MMK3Z>
.
|
aturon
commented
Feb 28, 2017
@bors: retry |
aturon
commented
Feb 28, 2017
@bors: r=alexcrichton |
bors
commented
Feb 28, 2017
💡 This pull request was already approved, no need to approve it again.
|
bors
commented
Feb 28, 2017
📌 Commit 9e51958 has been approved by |
bors
commented
Feb 28, 2017
☔ The latest upstream changes (presumably #40148) made this pull request unmergeable. Please resolve the merge conflicts. |
alexcrichton
commented
Mar 2, 2017
@danobi want to rebase this to r+ again? |
danobi
commented
Mar 3, 2017
Done |
alexcrichton
commented
Mar 3, 2017
@bors: r+ |
bors
commented
Mar 3, 2017
📌 Commit dc53e56 has been approved by |
bors
commented
Mar 3, 2017
Add compile fail test for SIMD This completes the missing SIMD test task for issue #39059.
bors
commented
Mar 3, 2017
☀️ Test successful - status-appveyor, status-travis |
This completes the missing SIMD test task for issue #39059.