• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

bemanproject / execution
92%

Build:
DEFAULT BRANCH: main
Repo Added 08 Jul 2025 04:35AM UTC
Files 82
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • bulk-pipe
  • enolan_cppversionfix1
  • enolan_exemplarify1
  • enolan_reapplycxxstandardfix1
  • feature/finish-my-contribution
  • feature/update-readme
  • fix-issues-with-xcode-15.4
  • fix-new-ci-issues
  • fix-product_type-rvalue-access
  • fix-scope-test-sender
  • issue-174
  • let-value-environment
  • main
  • move-result-in-sender_awaitable

28 Aug 2025 09:07PM UTC coverage: 92.038% (-0.4%) from 92.436%
17920664328

push

github

web-flow
Fix gcc modulize build. (#183)

When trying to compile `beman/execution` into `C++20 Modules`, g++ complains about `exposes TU-local entity get(...)` in `beman/execution/detail/completion_domain.hpp`, where
- `get` is defined to do compile-time type calculation
- `get` is a function-local lambda with local captures (that is to say, is TU-local)
- TU-local entities will indirectly affect all the entities which depends on it to be not `module-exportable`.
So we made a tiny change on `get` function, making it `constexpr` and `exportable`.

1156 of 1256 relevant lines covered (92.04%)

114.5 hits per line

Relevant lines Covered
Build:
Build:
1256 RELEVANT LINES 1156 COVERED LINES
114.5 HITS PER LINE
Source Files on main
  • Tree
  • List 82
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
17920664328 main Fix gcc modulize build. (#183) When trying to compile `beman/execution` into `C++20 Modules`, g++ complains about `exposes TU-local entity get(...)` in `beman/execution/detail/completion_domain.hpp`, where - `get` is defined to do compile-time ty... push 22 Sep 2025 04:08PM UTC web-flow github
92.04
17895634391 main Fix gcc modulize build. (#183) When trying to compile `beman/execution` into `C++20 Modules`, g++ complains about `exposes TU-local entity get(...)` in `beman/execution/detail/completion_domain.hpp`, where - `get` is defined to do compile-time ty... push 21 Sep 2025 04:06PM UTC web-flow github
92.44
17881723356 main Fix gcc modulize build. (#183) When trying to compile `beman/execution` into `C++20 Modules`, g++ complains about `exposes TU-local entity get(...)` in `beman/execution/detail/completion_domain.hpp`, where - `get` is defined to do compile-time ty... push 20 Sep 2025 04:06PM UTC web-flow github
92.44
17863026372 main Fix gcc modulize build. (#183) When trying to compile `beman/execution` into `C++20 Modules`, g++ complains about `exposes TU-local entity get(...)` in `beman/execution/detail/completion_domain.hpp`, where - `get` is defined to do compile-time ty... push 19 Sep 2025 04:05PM UTC web-flow github
92.44
17833970672 main Fix gcc modulize build. (#183) When trying to compile `beman/execution` into `C++20 Modules`, g++ complains about `exposes TU-local entity get(...)` in `beman/execution/detail/completion_domain.hpp`, where - `get` is defined to do compile-time ty... push 18 Sep 2025 04:18PM UTC web-flow github
92.2
17803027053 main Fix gcc modulize build. (#183) When trying to compile `beman/execution` into `C++20 Modules`, g++ complains about `exposes TU-local entity get(...)` in `beman/execution/detail/completion_domain.hpp`, where - `get` is defined to do compile-time ty... push 17 Sep 2025 04:11PM UTC web-flow github
92.44
17771267923 main Fix gcc modulize build. (#183) When trying to compile `beman/execution` into `C++20 Modules`, g++ complains about `exposes TU-local entity get(...)` in `beman/execution/detail/completion_domain.hpp`, where - `get` is defined to do compile-time ty... push 16 Sep 2025 04:17PM UTC web-flow github
92.44
17738669538 main Fix gcc modulize build. (#183) When trying to compile `beman/execution` into `C++20 Modules`, g++ complains about `exposes TU-local entity get(...)` in `beman/execution/detail/completion_domain.hpp`, where - `get` is defined to do compile-time ty... push 15 Sep 2025 04:12PM UTC web-flow github
92.44
17698623161 main Fix gcc modulize build. (#183) When trying to compile `beman/execution` into `C++20 Modules`, g++ complains about `exposes TU-local entity get(...)` in `beman/execution/detail/completion_domain.hpp`, where - `get` is defined to do compile-time ty... push 13 Sep 2025 04:12PM UTC web-flow github
92.44
17679170871 main Fix gcc modulize build. (#183) When trying to compile `beman/execution` into `C++20 Modules`, g++ complains about `exposes TU-local entity get(...)` in `beman/execution/detail/completion_domain.hpp`, where - `get` is defined to do compile-time ty... push 12 Sep 2025 04:12PM UTC web-flow github
92.2
See All Builds (112)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc