-
-
Notifications
You must be signed in to change notification settings - Fork 213
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 missing includes #1272
Add missing includes #1272
Conversation
What OS / platform / compiler triggers what error here? As you know we usually hear from CRAN when something is bad, or is missing, or ... and Prof Ripley is pretty good at getting to new and not-always-relased |
I don't think we say anywhere that is relevant, do we? This pretty much a textbook case of why I say please file an issue first. |
I got nuttin' against 'include-what-you-use' and other helpers. Then again this is Rcpp and we had Lastly in the guidelines you ignored we also ask if you could be so kind to include a ChangeLog entry. |
On balance I am in favour, header etiquette and explicit use is better in the long run but once again we do ask that folks play by the book and you would have wasted less of your and my time if you had done so. Ah well. |
I spot-checked the files and indeed there's no direct I also recall "recently" your accepting a similar PR: Sorry about the ChangeLog, I'm guilty of assuming such small changes don't need a log entry. My mistake :) |
Your link points at (bleeding edge?) clang-18. Is that what your toolchain had? I seem to have |
Good and fair question! Unfortunately I have no idea how to map between what I see (a CI warning) and an externally-visible version / command-line invocation that would reproduce it. clang-18 looks correct at a glance. Let me ask around a bit. |
Thanks -- using these tools is a net-positive, and it good that Google does (or did, at least) sponsor llvm and other tooling. But to me really useful to selfish me I need to see how it is running. You can't expect me to read a man page, can you? |
Also formal 'finders fee kudos' for the one-char fix of what must be a years old typo. I'll overlook the fact that you are mixing issues 😀 because one char does not warrant another PR. All good, and thanks! |
I should hope not! |
OK here we go: The The tool I'm seeing is a gussied-up version of this: |
Thanks. I do have |
Minor cleanup, no ticket.
Feel free to suggest another ordering of
#include
s, picked somewhat haphazardly