Replace using-directives with namespace alias in examples and docs#210
Replace using-directives with namespace alias in examples and docs#210sgerbino merged 1 commit intocppalliance:developfrom
Conversation
Replace `using namespace boost::capy;` with `namespace capy = boost::capy;` and qualify all capy names with `capy::` across all 17 example source files and 14 corresponding documentation pages. Doc code listings are verified to match compiled source files exactly.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (14)
📒 Files selected for processing (17)
📝 WalkthroughWalkthroughThis pull request systematically refactors all example files to replace global Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
|
An automated preview of the documentation is available at https://210.capy.prtest3.cppalliance.org/index.html If more commits are pushed to the pull request, the docs will rebuild at the same URL. 2026-03-05 14:58:12 UTC |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #210 +/- ##
===========================================
+ Coverage 91.77% 91.94% +0.16%
===========================================
Files 76 76
Lines 4500 4504 +4
===========================================
+ Hits 4130 4141 +11
+ Misses 370 363 -7 see 8 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
GCOVR code coverage report https://210.capy.prtest3.cppalliance.org/gcovr/index.html Build time: 2026-03-05 15:12:58 UTC |
Replace
using namespace boost::capy;withnamespace capy = boost::capy;and qualify all capy names withcapy::across all 17 example source files and 14 corresponding documentation pages. Doc code listings are verified to match compiled source files exactly.Resolves #188.
Resolves #123.
Summary by CodeRabbit