Skip to content
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

futures: fix broken builds with tokio alpha support #338

Merged
merged 3 commits into from Sep 12, 2019

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Sep 10, 2019

Motivation

This branch fixes broken builds of tracing-futures with the
tokio-alpha feature.

Solution

I've added the missing WithDispatch impl for
std::future::Future that was breaking the build. I've also
updated the tokio alpha dependency, and added a CI check
that the tokio-alpha feature flag compiles.

Fixes #337

Signed-off-by: Eliza Weisman <eliza@buoyant.io>
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
@hawkw hawkw added the kind/bug Something isn't working label Sep 10, 2019
@hawkw hawkw requested review from yaahc, LucioFranco and a team September 10, 2019 23:22
@hawkw hawkw self-assigned this Sep 10, 2019
@github-actions github-actions bot added the crate/futures Related to the `tracing-futures` crate label Sep 10, 2019
@hawkw hawkw merged commit 5c0fe77 into master Sep 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crate/futures Related to the `tracing-futures` crate kind/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tracing-futures: compilation fails when using tokio-alpha feature
3 participants