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

ocaml / dune / 27080
7%

Build:
DEFAULT BRANCH: main
Ran 26 May 2024 12:12AM UTC
Jobs 1
Files 535
Run time 1min
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

26 May 2024 12:00AM UTC coverage: 6.925% (-0.001%) from 6.926%
27080

push

github

web-flow
fix: virtual libraries bug (#10581)

When compiling an implementation of a virtual library, there's a check
that makes sure we don't the virtual library doesn't exist in the
closure of the implementation.

This check tried to compute the linking closure of the library to do so.
However, the linking closure might not be complete if the implementation
contains other virtual library.

To fix the issue, we use a "partial" linking closure that tries to
compute the closure as much as possible, but doesn't fail on missing
implementation.

Fix #10460

Signed-off-by: Rudi Grinberg <me@rgrinberg.com>

0 of 13 new or added lines in 1 file covered. (0.0%)

2913 of 42065 relevant lines covered (6.92%)

27079.6 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27080.1 26 May 2024 12:12AM UTC 0
6.92
GitHub Action Run
Source Files on build 27080
Detailed source file information is not available for this build.
  • Back to Repo
  • bffd417a on github
  • Prev Build on main (#27079)
  • Next Build on main (#27084)
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