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

handle fmt message with implicit arguments in s3_error macro #228

Merged
merged 3 commits into from
Dec 17, 2024

Conversation

lperlaki
Copy link
Contributor

previously s3_error!(Somecode, "message with {var}") would literally print message with {var} and not use var as a variable for formatting.

with this patch we now support format_args_implicits in the s3_error macro

Copy link
Owner

@Nugine Nugine left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Nugine Nugine merged commit 9555e11 into Nugine:main Dec 17, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants