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

Ensure format strings pass check in R-devel/Windows #345

Merged
merged 3 commits into from Dec 1, 2023

Conversation

paleolimbot
Copy link
Contributor

Not sure exactly why this issue popped up on CI ( apache/arrow#38894 (comment) ), but it seems that at least one format string has %x (which expects an int) where I think the intention was to print memory addresses (i.e., %p). Our CI issue is probably because we're being a tad to aggressive about converting errors to warnings, but it seemed like an easy fix while I was taking a look!

@paleolimbot
Copy link
Contributor Author

(CI failure seems to be related to differences in snapshot output that doesn't seem to be related to printing the protected list)

@DavisVaughan DavisVaughan merged commit be22d58 into r-lib:main Dec 1, 2023
14 checks passed
@DavisVaughan
Copy link
Member

Thanks!

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.

None yet

2 participants