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

c-ares / c-ares / 10516982604
92%

Build:
DEFAULT BRANCH: main
Ran 22 Aug 2024 11:12PM UTC
Jobs 1
Files 169
Run time 3min
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

22 Aug 2024 11:09PM UTC coverage: 91.432% (-0.2%) from 91.614%
10516982604

push

github

web-flow
Expose library/utility functions to tools (#860)

The tools like `adig` and `ahost` can take advantage of some of the
library functions within c-ares. We can't really split these library
functions into a helper library without possibly breaking users.
Technically if we could guarantee they rely on pkg-config or cmake
helpers we could make it work ... we can revisit that in the future,
maybe if we make a c-ares 2.0 where people might expect more breakage
(but I still wouldn't want to break API/ABI).

So what this does is it just exports some symbols in headers that aren't
distributed so end users aren't meant to use the symbols, but any
utilities or tests built by c-ares can. It does clutter up some of the
namespace, but all these symbols are guaranteed to be prefixed with
`ares_` so there shouldn't ever be symbol clashes due to this for end
users and its not so many symbols that it should affect any load times.

There will be **zero** API/ABI guarantees for these symbols. They can
change from release to release, this is ok since they are not public.

I'm not entirely thrilled with doing this solution, but I want to avoid
thing like hand-written parsers, such as is used in #856.

Authored-By: Brad House (@bradh352)

175 of 240 new or added lines in 16 files covered. (72.92%)

4 existing lines in 4 files now uncovered.

20169 of 22059 relevant lines covered (91.43%)

13061.7 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10516982604.1 22 Aug 2024 11:11PM UTC 0
58.03
GitHub Action Run
Source Files on build 10516982604
Detailed source file information is not available for this build.
  • Back to Repo
  • 7f19f162 on github
  • Prev Build on main (#10516951262)
  • Next Build on main (#10517056867)
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