-
Notifications
You must be signed in to change notification settings - Fork 6
Streamline #includes #537
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
base: main
Are you sure you want to change the base?
Streamline #includes #537
Conversation
Current Aviator status
This PR is not ready to merge (currently in state blocked): PR cannot be automatically rebased, please rebase manually to continue. Once the issues are resolved, remove the Pending Status Checks
See the real-time status of this PR on the
Aviator webapp.
Use the Aviator Chrome Extension
to see the status of your PR within GitHub.
|
Thanks! |
661cbf6
to
228c5fc
Compare
This pull request failed to merge: some required checks failed. After you have resolved the problem, you should remove the Failed checks: rcc, Smoke test: stock R |
Oops, this still fails @MichaelChirico :
|
Ah, true, it's |
It seems like I need inttypes.h for SCNxPTR |
indeed. shows me for obeying the lint warning blindly 😉 I filed a bug about the incorrect finding... |
This pull request failed to merge: PR cannot be automatically rebased, please rebase manually to continue. After you have resolved the problem, you should remove the Additional debug info: Failed to rebase this PR onto the latest changes from the base branch. You will probably need to rebase this PR manually and resolve conflicts). |
Free usage limit reached: 15 users this month.To add more users, upgrade to the Pro plan. |
Free usage limit reached: 15 users this month.To add more users, upgrade to the Pro plan. |
dd88e45
to
228b921
Compare
db4dc91
to
12cdb72
Compare
This covr error with Ubunto on R 4.5 is very weird, and the other errors confuse me as well, I might just restart this from scratch with baby steps to see what breaks |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #537 +/- ##
=======================================
Coverage 83.95% 83.95%
=======================================
Files 121 121
Lines 4617 4617
=======================================
Hits 3876 3876
Misses 741 741 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Free usage limit reached: 15 users this month.To add more users, upgrade to the Pro plan. |
As flagged by
clang-tidy
:https://clang.llvm.org/extra/clang-tidy/checks/misc/include-cleaner.html
Usually I ignore these recommendations for R packages, but the C code here is self-contained enough that the change is easier to motivate.