-
Notifications
You must be signed in to change notification settings - Fork 5.6k
upgrade: Tokio 0.2 #3418
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
Merged
Merged
upgrade: Tokio 0.2 #3418
Changes from 37 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
5244a70
first pass at Tokio 0.2
bartlomieju f02028f
bump Tokio to 0.2.2
bartlomieju 0fb7953
Merge branch 'master' into upgrade-tokio_02
bartlomieju 2093f06
upgrade reqwest 1/2
bartlomieju b10fd68
temp disable reqwest body
bartlomieju 93a690d
update third_party
bartlomieju 2029a58
fix reqwest errors
bartlomieju bb94b69
get fetch to work
bartlomieju 54cc4cc
Merge branch 'master' into upgrade-tokio_02
bartlomieju c9b8644
disable failing tests
bartlomieju 0563f54
format & lint
bartlomieju ae8b1f0
add kill_on_drop
bartlomieju ae8af4e
rustls
bartlomieju 3073ad2
try fix
bartlomieju c7a0119
reset CI
bartlomieju 07cac64
bump tokio
bartlomieju ecf2169
debug
bartlomieju 6c3473e
add debug log
bartlomieju 1a086ee
run all tests
bartlomieju ec18ca4
try
bartlomieju b6c136f
try flush
bartlomieju 52a5746
clippy
bartlomieju 8053e35
try file
bartlomieju a452f25
try strace
bartlomieju 477830a
review
bartlomieju eaef464
remove strace
bartlomieju 1c5664b
try sync
bartlomieju d268319
try to add flush method
bartlomieju 2b07050
implicit flush
bartlomieju ceedceb
fix stdin/stderr
bartlomieju 7f73d33
try again
bartlomieju 46744c3
try fix prettier
bartlomieju 5077a9d
disable test
bartlomieju 97409dc
Merge branch 'master' into upgrade-tokio_02
bartlomieju 6de58de
fix prettier
bartlomieju 9a08f33
reset CI
bartlomieju d9c9073
fix
bartlomieju 1f48fa3
add more descriptive todo
bartlomieju ae92b5a
link issue
bartlomieju File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
There is a redundant
Read
impl below this which can be removed.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.
I'll do that in next pass, this PR is already complex
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.
#3566