Skip to content

Conversation

@vinniefalco
Copy link
Member

No description provided.

@cppalliance-bot
Copy link

cppalliance-bot commented Dec 31, 2025

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

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

2026-01-04 13:57:18 UTC

@cppalliance-bot
Copy link

cppalliance-bot commented Dec 31, 2025

GCOVR code coverage report https://46.capy.prtest3.cppalliance.org/gcovr/index.html
LCOV code coverage report https://46.capy.prtest3.cppalliance.org/genhtml/index.html
Coverage Diff https://46.capy.prtest3.cppalliance.org/gcovr/coverage_diff.txt

Build time: 2026-01-04 14:02:16 UTC

@codecov
Copy link

codecov bot commented Dec 31, 2025

Codecov Report

❌ Patch coverage is 96.49123% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 78.40%. Comparing base (9dc1a35) to head (929cf60).
⚠️ Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
include/boost/capy/task.hpp 96.61% 4 Missing ⚠️
include/boost/capy/affine.hpp 94.73% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #46      +/-   ##
===========================================
+ Coverage    78.10%   78.40%   +0.30%     
===========================================
  Files           36       36              
  Lines         2064     2084      +20     
===========================================
+ Hits          1612     1634      +22     
+ Misses         452      450       -2     
Files with missing lines Coverage Δ
include/boost/capy/async_op.hpp 96.00% <100.00%> (ø)
include/boost/capy/executor.hpp 83.18% <100.00%> (ø)
include/boost/capy/affine.hpp 94.73% <94.73%> (ø)
include/boost/capy/task.hpp 96.89% <96.61%> (-0.44%) ⬇️

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 9dc1a35...929cf60. Read the comment docs.

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

Core changes:
- Rename async_result -> async_op, make_affine -> affine
- Upgrade task to affine awaitable protocol with executor affinity
- Add spawn() for top-level task execution with exception propagation
- Make executor::post/submit const, add executor_dispatcher adapter

Research:
- Add coroutine-first I/O framework design exploration (coro-first-io.md)
- Document P2300/P2762/P3552/P3826 analysis and networking implications
- Add N4242/N4482 executor proposal notes
@vinniefalco vinniefalco merged commit 929cf60 into cppalliance:develop Jan 4, 2026
61 of 62 checks passed
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.

2 participants