-
Notifications
You must be signed in to change notification settings - Fork 12
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
Fix test build. #192
Fix test build. #192
Conversation
#190 applies to |
The
|
Does also
|
d897b2f
to
bca1df6
Compare
Maybe the failure in |
No, I actually fixed it. Will push in a few minutes. (If I don't hit even more errors in the meantime…) I also fixed
But I'll just revert my change, and possibly suggest that upstream later. |
bca1df6
to
283e143
Compare
I added some fixes, but there's still a lot to do:
|
Another problem is that a dependent crate fails to compile as well - |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All ethcore
tests pass, which is the main thing. There are problems outside ethcore
due to the code becoming outdated. Maybe we could rebase onto the latest stable instead of starting to fix failures one by one.
I agree! I'll take a look at the upstream branches tomorrow, and see by how many of these bugs they are still affected, then I'll either merge this PR, or we'll rebase. |
The build errors in |
All tests pass if compiled with stable Rust 1.37. |
No description provided.