• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
You are now the owner of this repo.

herbygillot / newsboat
61%
master: 61%

Build:
Build:
LAST BUILD BRANCH: fix/ocnewsapi-function-ref-deleter
DEFAULT BRANCH: master
Repo Added 22 Mar 2026 06:56PM UTC
Token IXIUdQ8llaUpL7XZHAB1fvnTEjGImMNxM regen
Build 2 Last
Files 255
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 fix/ocnewsapi-function-ref-deleter
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • fix/ocnewsapi-function-ref-deleter
  • master

22 Mar 2026 06:50PM UTC coverage: 60.648%. Remained the same
23410017847

push

github

herbygillot
Fix ocnewsapi build failure with libc++ compressed_pair on macOS 26 SDK

decltype(*json_object_put) yields the raw function type int(json_object*),
causing unique_ptr to store a function reference as its deleter. The macOS 26
SDK's libc++ compressed_pair.h performs sizeof on the deleter type, which is
ill-formed for function types, resulting in a build error.

Change to decltype(&json_object_put) to get the function pointer type
int(*)(json_object*), which is valid for sizeof.

18297 of 30169 relevant lines covered (60.65%)

72193.02 hits per line

Relevant lines Covered
Build:
Build:
30169 RELEVANT LINES 18297 COVERED LINES
72193.02 HITS PER LINE
Source Files on master
  • Tree
  • List 255
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
23410017847 fix/ocnewsapi-function-ref-deleter Fix ocnewsapi build failure with libc++ compressed_pair on macOS 26 SDK decltype(*json_object_put) yields the raw function type int(json_object*), causing unique_ptr to store a function reference as its deleter. The macOS 26 SDK's libc++ compress... push 22 Mar 2026 06:57PM UTC herbygillot github
60.65
23409984265 master Release 2.43 push 22 Mar 2026 06:56PM UTC Minoru github
60.65
See All Builds (2)

Badge your Repo: newsboat

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • 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

© 2026 Coveralls, Inc