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

stillwater-sc / universal / 23711600149
85%
master: 84%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 29 Mar 2026 03:16PM UTC
Jobs 1
Files 630
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

29 Mar 2026 02:46PM UTC coverage: 84.324% (-0.004%) from 84.328%
23711600149

push

github

web-flow
feat(ucalc): provenance tracking on AST nodes (#672)

* docs(ucalc): AST evaluator conversion plan for Epic #642

Plan for converting the expression evaluator to AST-based with
provenance tracking, rewrite pattern database, and structural
pattern matching. Five phases, each delivering standalone value.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* feat(ucalc): provenance tracking on AST nodes (#667)

Add Provenance enum (exact/computed) to ASTNode. Leaf nodes (Literal,
Variable, Constant) are tagged exact. Operation nodes (BinaryOp,
UnaryOp, FunctionCall) are tagged computed.

Provenance displayed in ast command output:
  `-- op:- [computed]
      |-- fn:sqrt [computed]
      |   `-- var:a [exact]
      `-- fn:sqrt [computed]
          `-- var:b [exact]

This enables the cancel command (future Phase 4) to distinguish
actionable cancellation (exact inputs, fixable by rewrite) from
inherent cancellation (computed intermediates).

JSON output includes "provenance" field on every AST node.

Resolves #667

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

44572 of 52858 relevant lines covered (84.32%)

6107357.93 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
89.8
-0.57% include/sw/universal/number/posito/posito_impl.hpp
Jobs
ID Job ID Ran Files Coverage
1 23711600149.1 29 Mar 2026 03:15PM UTC 630
84.32
GitHub Action Run
Source Files on build 23711600149
  • Tree
  • List 630
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23711600149
  • bc4622e3 on github
  • Prev Build on main (#23710545043)
  • Next Build on main (#23712086399)
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