mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #849] [MERGED] std::future preview #1738
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#1738
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/849
Author: @bluejekyll
Created: 8/15/2019
Status: ✅ Merged
Merged: 10/18/2019
Merged by: @bluejekyll
Base:
master← Head:std-future-preview📝 Commits (10+)
98461b7update proto to new std::futurea4e69d7update resolver to new std::futuree041b1aupdate client to new std::future9dbc320update native-tls to new std::future5c43669update server to new std::future6e907f1udpate rustls to new std::futurec873e6audpate openssl to new std::future91b12d8update https to new std::future1f25dc7update all crates for tls features with std::future1c5d3a4update integration tests to new std::future📊 Changes
196 files changed (+5770 additions, -5724 deletions)
View changed files
📝
.appveyor.yml(+3 -3)📝
.travis.yml(+14 -25)📝
CHANGELOG.md(+285 -37)📝
Cargo.lock(+478 -518)📝
crates/client/Cargo.toml(+9 -8)📝
crates/client/benches/lower_name_benches.rs(+0 -1)📝
crates/client/src/client/client.rs(+12 -12)📝
crates/client/src/client/client_connection.rs(+4 -4)📝
crates/client/src/client/client_future.rs(+50 -47)📝
crates/client/src/client/memoize_client_handle.rs(+75 -43)📝
crates/client/src/client/rc_future.rs(+66 -60)📝
crates/client/src/error/client_error.rs(+4 -4)📝
crates/client/src/error/dnssec_error.rs(+1 -1)📝
crates/client/src/error/parse_error.rs(+3 -2)📝
crates/client/src/https_client_connection.rs(+2 -2)📝
crates/client/src/lib.rs(+3 -5)📝
crates/client/src/multicast/mdns_client_connection.rs(+3 -5)📝
crates/client/src/multicast/mod.rs(+1 -1)📝
crates/client/src/op/lower_query.rs(+3 -3)📝
crates/client/src/op/mod.rs(+3 -2)...and 80 more files
📄 Description
I was hoping this could be done without pulling a dependency on async/await, but no such luck. There are some complex areas that make this painful.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.