mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #446] [MERGED] Port away from tokio_core::reactor::Core #1444
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#1444
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hickory-dns/hickory-dns/pull/446
Author: @Keruspe
Created: 5/3/2018
Status: ✅ Merged
Merged: 5/4/2018
Merged by: @bluejekyll
Base:
master← Head:nocore📝 Commits (10+)
7775983proto: switch back to tokio_executor::spawnf4dec96resolver: fix some tests4d27a6eresolver: fix testsceb7a5emake ClientFuture::new return a Future9e032f7fix integration tests4aa0b7fupdate tokiob6b8570start porting away frmo tokio_core::reactor::Corec22c483client: port away from tokio_core::reactor::Core562f7b1proto: port away from tokio_core::reactor::Core93bb9f4resolver: port away from tokio_core::reactor::Core📊 Changes
47 files changed (+767 additions, -625 deletions)
View changed files
📝
Cargo.lock(+35 -22)📝
client/Cargo.toml(+1 -1)📝
client/src/client/client.rs(+53 -41)📝
client/src/client/client_future.rs(+15 -13)📝
client/src/lib.rs(+1 -1)📝
integration-tests/Cargo.toml(+1 -1)📝
integration-tests/src/lib.rs(+1 -1)📝
integration-tests/tests/client_future_tests.rs(+115 -106)📝
integration-tests/tests/client_tests.rs(+0 -1)📝
integration-tests/tests/lookup_tests.rs(+41 -31)📝
integration-tests/tests/mdns_tests.rs(+13 -11)📝
integration-tests/tests/name_server_pool_tests.rs(+10 -10)📝
integration-tests/tests/secure_client_handle_tests.rs(+21 -18)📝
integration-tests/tests/server_future_tests.rs(+34 -19)📝
native-tls/Cargo.toml(+1 -1)📝
native-tls/src/lib.rs(+1 -1)📝
native-tls/src/tests.rs(+5 -5)📝
openssl/Cargo.toml(+1 -1)📝
openssl/tests/openssl_tests.rs(+6 -6)📝
proto/Cargo.toml(+2 -2)...and 27 more files
📄 Description
Fixes #385
Based on #440
Everything but server and integration-tests is ported
Let's see what the CI has to say
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.