-
-
Notifications
You must be signed in to change notification settings - Fork 300
Update to std::future #389
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
For some reason, CI is using old version of Rust Nightly. Multiple lifetime issue has been resolved a month now. @seanmonstar How do I make it use latest Nightly? |
I'm on vacation for a couple weeks with no computer and spotty internet. If no one else looks while I'm gone, I'll take a look when I get back. Ping @carllerche @sgrif |
And @sgrif is sick. I def want to pull in one of the seans... |
@carllerche Okay.. Meanwhile I'll finish up what's remaining. Current status: Works:
In progress:
cc @LucioFranco |
Since integrated CI doesnt use correct rust version, here is a build run against my fork: |
@carllerche
The error comes in Any ideas? |
Is there any way for you to break this up into smaller pieces? As I've been working through this my plan was to start with just |
Looks like my own PR rust-lang/rust#63514 has come back to bite me |
@sgrif I rewrote commit history where each commit updates one area. Is that sufficient or do you want me to open separate PRs? BTW I have already updated h2-support, h2-tests, h2-fuzz also. |
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.
This is an awesome amount of work, thank you! Left some comments inline.
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.
Excellent work!
@95th awesome job! 🎉 |
Closes #385