Signal set constructors#279
Conversation
Mirror the executor-construction pattern used by tcp_socket and tcp_acceptor: add a bare signal_set(Ex const&) constructor plus an executor variant of the variadic signals constructor, each delegating to the executor's context. Add tests covering both new constructors.
The flamegraph action crashes in its Combine Time Traces step with write EINVAL on the runner, independent of action version or Node runtime: its log stream is a socket under docker exec and the writev is rejected. The flamegraph is a non-critical compile-time diagnostic and the time-trace matrix variant still validates the -ftime-trace build, so mark the step continue-on-error rather than gate CI on a broken upstream post-processing step. Also bump to v1.9.5 (latest) and rename the github_token input to github-token to clear the deprecated-input warning.
|
An automated preview of the documentation is available at https://279.corosio.prtest3.cppalliance.org/index.html If more commits are pushed to the pull request, the docs will rebuild at the same URL. 2026-06-17 16:09:28 UTC |
|
GCOVR code coverage report https://279.corosio.prtest3.cppalliance.org/gcovr/index.html Build time: 2026-06-17 16:21:53 UTC |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #279 +/- ##
========================================
Coverage 77.69% 77.69%
========================================
Files 96 96
Lines 7188 7188
Branches 1753 1753
========================================
Hits 5585 5585
Misses 1099 1099
Partials 504 504
Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
Resolves #231.