Uh oh!
There was an error while loading. Please reload this page.
Fixes overflow in libstd/io/cursor.rs "seek" - #39874
Conversation
rust-highfive
commented
Feb 16, 2017
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @sfackler (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 16, 2017
@bors: r+ Thanks! |
bors
commented
Feb 16, 2017
📌 Commit a2d176e has been approved by |
Fixes overflow in libsdt/io/cursor.rs "seek" Fixesrust-lang#39631 Test which fails (with old implementation), then fix to implementation.
Fixes overflow in libsdt/io/cursor.rs "seek" Fixesrust-lang#39631 Test which fails (with old implementation), then fix to implementation.
Fixes overflow in libsdt/io/cursor.rs "seek" Fixesrust-lang#39631 Test which fails (with old implementation), then fix to implementation.
Fixes overflow in libsdt/io/cursor.rs "seek" Fixesrust-lang#39631 Test which fails (with old implementation), then fix to implementation.
bors
commented
Feb 18, 2017
⌛ Testing commit a2d176e with merge 73415b7... |
bors
commented
Feb 18, 2017
💔 Test failed - status-travis |
amosonn
commented
Feb 18, 2017
via email
Looking at the log, it seems the failure was at setup of test environment.
How does one re-run it? …On Feb 18, 2017 10:50 AM, "bors" ***@***.***> wrote:
💔 Test failed - status-travis
<https://travis-ci.org/rust-lang/rust/builds/202891973>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#39874 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AC_zrXs3zc4mfDSc_rdYKJvbdyPF10kNks5rdr7ggaJpZM4MChXk>
.
|
alexcrichton
commented
Feb 21, 2017
via email
@bors: retry
* network error …On Sat, Feb 18, 2017 at 6:53 AM, amosonn ***@***.***> wrote:
Looking at the log, it seems the failure was at setup of test environment.
How does one re-run it?
On Feb 18, 2017 10:50 AM, "bors" ***@***.***> wrote:
> 💔 Test failed - status-travis
> <https://travis-ci.org/rust-lang/rust/builds/202891973>
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#39874 (comment)>,
or mute
> the thread
> <https://github.com/notifications/unsubscribe-auth/AC_zrXs3zc4mfDSc_
rdYKJvbdyPF10kNks5rdr7ggaJpZM4MChXk>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#39874 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95F3sVaFgIP3ZXNblpCb4OB2XI4sNks5rdunfgaJpZM4MChXk>
.
|
bors
commented
Feb 21, 2017
Fixes overflow in libsdt/io/cursor.rs "seek" Fixes#39631 Test which fails (with old implementation), then fix to implementation.
bors
commented
Feb 21, 2017
☀️ Test successful - status-appveyor, status-travis |
Fixes#39631
Test which fails (with old implementation), then fix to implementation.