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

Improve the axum entry #8014

Merged
merged 5 commits into from
Mar 16, 2023
Merged

Conversation

jplatte
Copy link
Contributor

@jplatte jplatte commented Mar 11, 2023

Mainly: Upgrade dependencies, use state instead of extensions.

@jplatte
Copy link
Contributor Author

jplatte commented Mar 11, 2023

No idea what's broken in CI, seems to be about Docker which I didn't modify.

@joanhey
Copy link
Contributor

joanhey commented Mar 11, 2023

Yes, the toolset is failing. Check #8013

@volyrique
Copy link
Contributor

@jplatte You can also rebase on top of 110b441.

@jplatte
Copy link
Contributor Author

jplatte commented Mar 12, 2023

@volyrique That commit is already part of the history on my branch.

@volyrique
Copy link
Contributor

The point is that that commit should be the last commit before your changes - right now your PR is on top of a broken commit.

@jplatte
Copy link
Contributor Author

jplatte commented Mar 12, 2023

Okay, done. Just doing git rebase 110b441 would be a no-op, so I was a bit confused what you meant.

@jplatte
Copy link
Contributor Author

jplatte commented Mar 12, 2023

I suspect it will still fail though. The checkout action by default checks out a merge commit, not the PR head for running tests.

@NateBrady23 NateBrady23 merged commit e6799bd into TechEmpower:master Mar 16, 2023
@jplatte jplatte deleted the jplatte/up-axum branch March 16, 2023 14:24
franz1981 pushed a commit to franz1981/FrameworkBenchmarks that referenced this pull request Jun 23, 2023
* axum: Upgrade dependencies

* axum: Remove identity cast

* axum: Use state instead of extensions

… and order / group / merge imports consistently.

* axum: Use str::parse instead of invoking FromStr directly

* axum: Use implicit format-args captures
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.

4 participants