Skip to content

Comments

Fix incorrect move semantics docs for I/O objects#169

Merged
sgerbino merged 1 commit intocppalliance:developfrom
sgerbino:pr/resolver-doc
Feb 24, 2026
Merged

Fix incorrect move semantics docs for I/O objects#169
sgerbino merged 1 commit intocppalliance:developfrom
sgerbino:pr/resolver-doc

Conversation

@sgerbino
Copy link
Collaborator

The guides stated source and destination must share the same execution context, which is not a precondition. Moves transfer context affinity from source to destination.

Resolves #120.

The guides stated source and destination must share the same execution
context, which is not a precondition. Moves transfer context affinity
from source to destination.
@coderabbitai
Copy link

coderabbitai bot commented Feb 24, 2026

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (5)
  • doc/modules/ROOT/pages/4.guide/4d.sockets.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/4.guide/4e.tcp-acceptor.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/4.guide/4h.timers.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/4.guide/4i.signals.adoc is excluded by !**/doc/**
  • doc/modules/ROOT/pages/4.guide/4j.resolver.adoc is excluded by !**/doc/**

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link

codecov bot commented Feb 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.24%. Comparing base (fba7b77) to head (c678588).
⚠️ Report is 1 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #169      +/-   ##
===========================================
+ Coverage    82.21%   82.24%   +0.03%     
===========================================
  Files           70       70              
  Lines         5876     5876              
===========================================
+ Hits          4831     4833       +2     
+ Misses        1045     1043       -2     

see 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fba7b77...c678588. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://169.corosio.prtest3.cppalliance.org/index.html

If more commits are pushed to the pull request, the docs will rebuild at the same URL.

2026-02-24 14:25:51 UTC

@cppalliance-bot
Copy link

GCOVR code coverage report https://169.corosio.prtest3.cppalliance.org/gcovr/index.html
LCOV code coverage report https://169.corosio.prtest3.cppalliance.org/genhtml/index.html
Coverage Diff Report https://169.corosio.prtest3.cppalliance.org/diff-report/index.html

Build time: 2026-02-24 14:33:09 UTC

@sgerbino sgerbino merged commit b06ea94 into cppalliance:develop Feb 24, 2026
21 checks passed
@sgerbino sgerbino deleted the pr/resolver-doc branch February 24, 2026 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Resolver: move semantics

2 participants