Skip to content

fix(umbrella): include connect.hpp and host_name.hpp#249

Merged
mvandeberg merged 1 commit into
cppalliance:developfrom
mvandeberg:fix/umbrella-missing-headers
May 15, 2026
Merged

fix(umbrella): include connect.hpp and host_name.hpp#249
mvandeberg merged 1 commit into
cppalliance:developfrom
mvandeberg:fix/umbrella-missing-headers

Conversation

@mvandeberg
Copy link
Copy Markdown
Contributor

Both headers are standalone public APIs not reached transitively from anything else in the umbrella, so users who include only <boost/corosio.hpp> could not call corosio::connect or corosio::host_name without an extra include.

Both headers are standalone public APIs not reached transitively from
anything else in the umbrella, so users who include only
<boost/corosio.hpp> could not call corosio::connect or corosio::host_name
without an extra include.
@mvandeberg mvandeberg force-pushed the fix/umbrella-missing-headers branch from 8629c15 to 3b52f67 Compare May 15, 2026 21:19
@cppalliance-bot
Copy link
Copy Markdown

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

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

2026-05-15 21:25:28 UTC

@codecov
Copy link
Copy Markdown

codecov Bot commented May 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.70%. Comparing base (d8ee07b) to head (3b52f67).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #249   +/-   ##
========================================
  Coverage    77.70%   77.70%           
========================================
  Files           96       96           
  Lines         7292     7292           
  Branches      1787     1787           
========================================
  Hits          5666     5666           
  Misses        1108     1108           
  Partials       518      518           

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 d8ee07b...3b52f67. 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
Copy Markdown

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

Build time: 2026-05-15 21:34:16 UTC

@mvandeberg mvandeberg merged commit 6231492 into cppalliance:develop May 15, 2026
41 checks passed
@mvandeberg mvandeberg deleted the fix/umbrella-missing-headers branch May 15, 2026 21:43
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