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

bemanproject / execution / 22532773760 / 1
95%
main: 95%

Build:
DEFAULT BRANCH: main
Ran 01 Mar 2026 01:03AM UTC
Files 253
Run time 4s
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

01 Mar 2026 12:59AM UTC coverage: 95.164%. Remained the same
22532773760.1

push

github

web-flow
Fix main llvm 22 (#229)

* Fix Clang C++20 modules AST serialization bug with lambdas

Clang fails to deserialize the unevaluated generic lambda used in the
`has_completions` concept when building as a C++20 module. Extracted the
lambda into a namespace-scope `constexpr` variable template to bypass
the AST serialization crash.

Extracting it to a constexpr variable caused another set of bugs
with MSVC. therefore, lambda completely replaced with SFINAE style
'struct has_completions_impl'

* Relax template template parameter matching for Clang 22

Clang 22 rejects passing the constrained template `wrap` to an
unconstrained template template parameter (related to LLVM #182671).
Relaxed `wrap` and `bad` to use `template <typename S>` in
`exec-scope-concepts.test.cpp` to resolve the constraint violation.

1161 of 1220 relevant lines covered (95.16%)

268.93 hits per line

Source Files on job 22532773760.1
  • Tree
  • List 253
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 22532773760
  • 71408689 on github
  • Prev Job for on main (#22370754702.1)
  • Next Job for on main (#22533324953.1)
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

© 2026 Coveralls, Inc