Skip to content

Clarify co_await usage in compiler transformation pseudocode#212

Merged
sgerbino merged 1 commit intocppalliance:developfrom
sgerbino:pr/compiler-transformation-doc
Mar 5, 2026
Merged

Clarify co_await usage in compiler transformation pseudocode#212
sgerbino merged 1 commit intocppalliance:developfrom
sgerbino:pr/compiler-transformation-doc

Conversation

@sgerbino
Copy link
Collaborator

@sgerbino sgerbino commented Mar 5, 2026

The pseudocode mirrors the C++ standard's own description. Add a note explaining this and link to the awaiter protocol section.

Resolves #113.

The pseudocode mirrors the C++ standard's own description. Add a note
explaining this and link to the awaiter protocol section.
@coderabbitai
Copy link

coderabbitai bot commented Mar 5, 2026

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • doc/modules/ROOT/pages/2.cpp20-coroutines/2c.machinery.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.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: c94ffe8c-3f09-4cf8-b308-013766f66d5c

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.

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://212.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 15:58:55 UTC

@cppalliance-bot
Copy link

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

Build time: 2026-03-05 16:07:54 UTC

@codecov
Copy link

codecov bot commented Mar 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.94%. Comparing base (935dd21) to head (26e61ca).
⚠️ Report is 8 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #212      +/-   ##
===========================================
+ 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.

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

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

@sgerbino sgerbino merged commit f0b1dc0 into cppalliance:develop Mar 5, 2026
36 checks passed
@sgerbino sgerbino deleted the pr/compiler-transformation-doc branch March 5, 2026 16:26
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.

"What the Compiler Transforms" section still shows a coroutine

2 participants