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

wegamekinglc / Derivatives-Algorithms-Lib / 31930251504
90%
master: 90%

Build:
Build:
LAST BUILD BRANCH: docs/reconcile-structure-and-ci
DEFAULT BRANCH: master
Ran 16 Aug 2026 06:05AM UTC
Jobs 1
Files 256
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

16 Aug 2026 05:57AM UTC coverage: 89.747% (-0.1%) from 89.874%
31930251504

Pull #293

github

wegamekinglc
Fix review and static-analysis findings on the debug dumps

- Replace a mixed-type ternary in TreeParen that clang and gcc reject
  (base_t and String_ branches both convert to each other, so the
  conditional operator has no common type; MSVC accepted it)
- Pass JSON string bytes through as unsigned char so multi-byte UTF-8
  is emitted verbatim instead of being \u-escaped per byte on platforms
  with signed char
- Parenthesize a pow operand under unary negation; "−a ^ b" reads as
  either −(a ^ b) or (−a) ^ b
- Construct a fresh Debugger_ per statement so the IR of earlier
  statements does not pile up on the visitor stack during a dump
- Keep the dal-public dump helper out of the core Dal::Script namespace
  (Dal::Detail instead)
- Split the inline/tree/JSON renderers into per-family helpers and
  table-driven precedence/width lookups to bring every function under
  the complexity budget Codacy enforces; rendering output is unchanged
  and pinned by tests, now including the neg-pow and UTF-8 cases
Pull Request #293: feat: add script product JSON and tree debug dumps

344 of 432 new or added lines in 3 files covered. (79.63%)

1 existing line in 1 file now uncovered.

10049 of 11197 relevant lines covered (89.75%)

2452048.32 hits per line

Uncovered Changes

Lines Coverage ∆ File
82
76.23
35.91% dal-cpp/dal/script/visitor/debugger.hpp
5
94.44
-0.74% dal-cpp/dal/script/event.cpp
1
94.12
-5.88% dal-public/src/script.hpp

Coverage Regressions

Lines Coverage ∆ File
1
97.4
-1.3% dal-cpp/dal/math/stacks.hpp
Jobs
ID Job ID Ran Files Coverage
1 31930251504.1 16 Aug 2026 06:05AM UTC 256
89.75
GitHub Action Run
Source Files on build 31930251504
  • Tree
  • List 256
  • Changed 5
  • Source Changed 4
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #31930251504
  • Pull Request #293
  • PR Base - master (#31886202541)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc