-
Notifications
You must be signed in to change notification settings - Fork 24
feat: Switch clang tools from static binaries to wheels #368
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?
Conversation
WalkthroughUpdated README to prefer clang wheels with ordered fallback sequences per OS and adjusted links/licensing wording. Reworked Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~45 minutes
Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (5 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (1)
🧰 Additional context used🧠 Learnings (5)📚 Learning: 2025-08-17T12:34:25.463ZApplied to files:
📚 Learning: 2025-08-17T12:50:57.038ZApplied to files:
📚 Learning: 2025-08-17T12:31:25.319ZApplied to files:
📚 Learning: 2025-08-17T13:20:51.048ZApplied to files:
📚 Learning: 2025-08-17T12:34:25.463ZApplied to files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (8)
🔇 Additional comments (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Cpp-Linter Report
|
|
I think there's a bug in clang-tools-pip. It does not seem to match v9.0.0. Probably a logical error ( |
This comment was marked as resolved.
This comment was marked as resolved.
cc0b06f to
29a60ef
Compare
Co-authored-by: Brendan <2bndy5@gmail.com>
Co-authored-by: Brendan <2bndy5@gmail.com>
2bndy5
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have pushed any changes that I requested.
This is now the least breaking implementation that I can muster.
Also, the README now states the origin of clang tools in order of install attempts.
Caution
This should be tested in test repo before merging.
We have made some significant changes to how version input is used before it is passed to cpp-linter.
closes #364
Summary by CodeRabbit
Documentation
Chores