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

Modify Format Message Function Value Determination Behavior #129

Merged
merged 2 commits into from
Jul 2, 2024

Conversation

threeal
Copy link
Owner

@threeal threeal commented Jul 1, 2024

This pull request resolves #128 by introducing the following changes:

  • Modifies the _assert_internal_format_message function to a macro.
  • Updates the _assert_internal_format_message macro to determine if a given line is a value by checking if it's a variable, allowing the value not to be determined by the argument position.

@threeal threeal added the test label Jul 1, 2024
@threeal threeal added this to the Version 0.4.0 milestone Jul 1, 2024
@threeal threeal self-assigned this Jul 1, 2024
@threeal threeal removed the test label Jul 1, 2024
@threeal threeal force-pushed the modify-format-message-func-value-determination branch from d97c353 to d709ef7 Compare July 2, 2024 09:50
@threeal threeal added the feat label Jul 2, 2024
@threeal threeal marked this pull request as ready for review July 2, 2024 10:01
@threeal threeal merged commit fe7460f into main Jul 2, 2024
2 checks passed
@threeal threeal deleted the modify-format-message-func-value-determination branch July 2, 2024 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Modify Format Message Function Value Determination Behavior
1 participant