-
Notifications
You must be signed in to change notification settings - Fork 0
Use new std::io
module
#20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Looking good so far 😄 Thank you for your proactivity in starting this! |
Note that the Travis Edit: So this ICE is already a few days old, see rust-lang/rust#21756 (comment) |
This includes image-rs/image#297, so the rustc ICE observed in #20 should be gone.
Rebased onto aa5d470. Now this fails as expected, since chip8-rust/chip8-vm#2 has not been merged after the split. |
Even though I've successfully merged the |
Okay, the issue with
however |
This is a work-in-progress to port the code to the new
std::io
module.Note that
std::io
itself contains the following warning:As such, do not merge until the dust has settled ✋