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

Remove explicit use of hyper in integration/ducks #1179

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

blt
Copy link
Collaborator

@blt blt commented Dec 23, 2024

What does this PR do?

I can't figure out how to update hyper in our project given the
set of interlinked crates that all have to update in one shot. As
a result, I'm removing explicit references to hyper and started with
ducks. This commit also removes the tower layers as it was not clear
to me that these are required for integration test purposes.

@blt blt added the no-changelog label Dec 23, 2024 — with Graphite App
@blt blt marked this pull request as ready for review December 23, 2024 21:51
@blt blt requested a review from a team as a code owner December 23, 2024 21:51
@blt blt mentioned this pull request Dec 23, 2024
Copy link
Collaborator Author

blt commented Dec 23, 2024

@blt blt mentioned this pull request Dec 23, 2024
@blt blt force-pushed the blt/update_clap_minor_version branch from 14f19e3 to b49c30d Compare December 23, 2024 22:32
@blt blt force-pushed the blt/remove_explicit_use_of_hyper_in_integration_ducks branch from 1c0cc5a to 054910d Compare December 23, 2024 22:33
@blt blt force-pushed the blt/update_clap_minor_version branch 2 times, most recently from d17e86b to 7645062 Compare December 23, 2024 23:07
@blt blt force-pushed the blt/remove_explicit_use_of_hyper_in_integration_ducks branch from 054910d to 7a574f9 Compare December 23, 2024 23:07
@blt blt changed the base branch from blt/update_clap_minor_version to graphite-base/1179 December 23, 2024 23:42
@blt blt force-pushed the blt/remove_explicit_use_of_hyper_in_integration_ducks branch from 7a574f9 to 387efe2 Compare December 23, 2024 23:42
@blt blt force-pushed the graphite-base/1179 branch from 7645062 to ea1a646 Compare December 23, 2024 23:42
@blt blt changed the base branch from graphite-base/1179 to main December 23, 2024 23:43
@blt blt force-pushed the blt/remove_explicit_use_of_hyper_in_integration_ducks branch from 387efe2 to e7dc28f Compare December 23, 2024 23:43
blt added 3 commits December 23, 2024 16:24
I can't figure out how to update hyper in our project given the
set of interlinked crates that all have to update in one shot. As
a result, I'm removing explicit references to hyper and started with
ducks. This commit also removes the tower layers as it was not clear
to me that these are required for integration test purposes.

Signed-off-by: Brian L. Troutwine <[email protected]>
Signed-off-by: Brian L. Troutwine <[email protected]>
@blt blt force-pushed the blt/remove_explicit_use_of_hyper_in_integration_ducks branch from e7dc28f to ef730a4 Compare December 24, 2024 00:24
blt added a commit that referenced this pull request Dec 24, 2024
This commit is peer to #1179 and takes an alternative approach: only
upgrade hyper et al in single spots in the project. This means we have
a mix of different hyper versions et al but it does compile at least.

This is a wretched mess. I couldn't make tower work in ducks so it's
dropped -- we'll need to add load shedding and concurrency control ourselves
if we want it -- and while it's cool that hyper is now a 1.0 crate I
really, really don't love that we depend on a small set of 0.1 crates
to get there. I don't know if I would rather just opt into axum or not,
although hyper at least will be a going concern in the ecosystem
with high probability.

Signed-off-by: Brian L. Troutwine <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants