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

Fix tuple params missing features #928

Merged
merged 1 commit into from
May 15, 2024
Merged

Conversation

juhaku
Copy link
Owner

@juhaku juhaku commented May 15, 2024

When axum_extras,actix_extras or rocket_extras was enabled the udpate of existing parameters did not take in account the features that was defined in the tuple style arguments and was overridden with empty features. This PR fixes this behavior where features will be also updated accordingly.

Resolves #804 Fixes #693

@juhaku juhaku added the bug Something isn't working label May 15, 2024
When `axum_extras`,`actix_extras` or `rocket_extras` was enabled the
udpate of existing parameters did not take in account the features that
was defined in the tuple style arguments and was overridden with empty
features. This PR fixes this behavior where features will be also
updated accordingly.

Resolves #804
@juhaku juhaku force-pushed the fix-tuple-param-arguments branch from 5acf84d to 16cfe35 Compare May 15, 2024 11:30
@juhaku juhaku merged commit 48342ae into master May 15, 2024
14 checks passed
@juhaku juhaku deleted the fix-tuple-param-arguments branch May 15, 2024 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Schema options in params(...) are ignored Looks like format option is ignoring
1 participant