Conversation
…guide Fixes cppalliance#211: - corosio::read/write → capy::read/write (correct namespace) - Include paths: boost/corosio/ → boost/capy/ - read-into-string uses string_dynamic_buffer, not bare std::string - Return type is io_task<std::size_t>, not task<io_result<std::size_t>> - capy::error::eof → capy::cond::eof (error condition, not error code) - Remove incorrect write() zero-byte → broken_pipe claim - boost::system::system_error → capy::detail::throw_system_error - Template constraints use terse syntax matching actual signatures
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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://234.corosio.prtest3.cppalliance.org/index.html If more commits are pushed to the pull request, the docs will rebuild at the same URL. 2026-04-17 15:47:39 UTC |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #234 +/- ##
========================================
Coverage 77.71% 77.71%
========================================
Files 96 96
Lines 7298 7298
Branches 1787 1787
========================================
Hits 5672 5672
Misses 1108 1108
Partials 518 518 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
GCOVR code coverage report https://234.corosio.prtest3.cppalliance.org/gcovr/index.html Build time: 2026-04-17 16:01:47 UTC |
Closes #211
Docs: fix wrong namespaces, signatures, and behavior in composed-ops guide
Fixes #211: