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

Add Logv(), a va_list variant of Log() function. #12

Merged
merged 2 commits into from
Oct 4, 2024

Conversation

atsushieno
Copy link
Contributor

This fixes #11 .

cjappl
cjappl previously approved these changes Oct 4, 2024
@cjappl
Copy link
Owner

cjappl commented Oct 4, 2024

Thanks for the contribution, great catch. I'll submit as long as tests pass

@cjappl
Copy link
Owner

cjappl commented Oct 4, 2024

(will you fix the tests, and possibly add a new one, and then I'll submit this?)

Thanks again for the contribution

@atsushieno
Copy link
Contributor Author

Oops, my bad...! I just added a fix commit.

@atsushieno
Copy link
Contributor Author

Let me check the existing tests so that I can add some.

@cjappl
Copy link
Owner

cjappl commented Oct 4, 2024

I'm going to merge this, and you can follow on with a test PR if you want. I would recommend it, if you have time, but I understand you might be busy!

Thanks again for seeing a problem, reporting it, then fixing the issue, very much appreciated. Any additional contributions welcome.

@cjappl cjappl merged commit 5774ba0 into cjappl:main Oct 4, 2024
2 checks passed
@atsushieno
Copy link
Contributor Author

I was a bit late ;-) I just created another PR for it anyway. Please have a look. Thanks!

cjappl pushed a commit that referenced this pull request Oct 4, 2024
A leftover task from #12 - add a
test.
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.

add Logv() variant (with va_list) of Log() function so that external functions with varargs can forward to it
2 participants