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

wegamekinglc / Derivatives-Algorithms-Lib / 26716171773
78%
master: 79%

Build:
Build:
LAST BUILD BRANCH: copilot/override-function-gradient-calibration
DEFAULT BRANCH: master
Ran 31 May 2026 03:11PM UTC
Jobs 1
Files 194
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

31 May 2026 03:06PM UTC coverage: 78.109%. Remained the same
26716171773

Pull #76

github

wegamekinglc
Fix AAD propagation: move compile defs and include paths to PUBLIC on dal_cpp target

The previous commit added add_compile_definitions for AAD backends at the
top-level workspace scope. This propagated the DAL_USE_ADEPT_AAD macro
to dal-public, causing tape.hpp to include <adept.h>. But the adept
include path was only set via directory-scoped include_directories()
inside dal-cpp, so dal-public could not find the header.

Root cause: AAD compile definitions and include paths were not
propagating through the target dependency chain.

Fix: replace directory-scoped add_compile_definitions in dal-cpp with
target_compile_definitions(dal_cpp PUBLIC ...) and add
target_include_directories(dal_cpp PUBLIC ...) for each AAD backend's
headers. This ensures consumers (dal-public, dal-python, examples,
tests, benchmarks) inherit both the macro and the include path through
target_link_libraries(... DAL::cpp).

Also remove redundant AAD library links from dal_cpp_tests since they
now propagate through dal_cpp's PUBLIC linkage.

Revert the top-level workspace add_compile_definitions block and the
dal-public CMAKE_INSTALL_PREFIX/include workaround -- both are now
unnecessary.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Pull Request #76: feat: modernize dal-python with uv build and 112 tests

5088 of 6514 relevant lines covered (78.11%)

3826756.94 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26716171773.1 31 May 2026 03:11PM UTC 194
78.11
GitHub Action Run
Source Files on build 26716171773
  • Tree
  • List 194
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26716171773
  • Pull Request #76
  • PR Base - master (#26691541133)
  • Delete
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