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

stillwater-sc / universal / 26712742215
84%
master: 84%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 31 May 2026 01:11PM UTC
Jobs 1
Files 661
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 12:34PM UTC coverage: 84.035% (+0.01%) from 84.022%
26712742215

push

github

web-flow
style: ASCII-only source/build files + warning cleanup (#1032)

* style: convert source and build files to ASCII-only, add CI guard

Replace all non-ASCII characters in source, CMake, and script files with
ASCII equivalents (box-drawing -> - | + =, math symbols -> ~= != <= >= -> <-
+/- sqrt inf, superscript/subscript runs -> ^2 / 10^-8 / x1, greek -> pi eps
delta, smart quotes/dashes -> ' " -- -). Also strip UTF-8 BOMs and a stray
Latin-1 0xBF byte (a mangled minus) in the long_double headers. Box-drawing
maps to single-width ASCII so tables stay aligned.

Documentation (*.md) and binary assets are out of scope.

Add tools/scripts/check-ascii.sh (byte-mode scan with LC_ALL=C to catch
invalid-UTF-8 bytes) and .github/workflows/ascii-guard.yml to enforce the rule
on PRs and pushes. Document the scope and equivalences in CLAUDE.md.

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

* fix(internal): avoid GCC 13 -Warray-bounds false positive in renormalize_expansion

GCC 13 at -O2 inlines std::vector's copy constructor into the size<=1 fast path
of renormalize_expansion and, having proven the vector holds at most one
element, mis-reports the libstdc++ __builtin_memmove as forming an out-of-bounds
offset-8 pointer (a one-past-end pointer for an 8-byte copy). The copy is
correct; the diagnostic is a known false positive.

Split the early return into explicit empty / single-element constructions, which
is semantically identical but sidesteps the bounded copy-ctor path the analyzer
trips over. Verified the warning is gone with zero new warnings.

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

* style(ereal): split test increment onto its own line to fix -Wmisleading-indentation

The test idiom put two statements on one line:
    if (reportTestCases) std::cout << "    FAIL\n"; ++nrOfFailedTestCases;
The increment always runs (intended) but is not guarded by the if, and GCC's
-Wmisleading-indentation heuristic flags th... (continued)

44 of 47 new or added lines in 11 files covered. (93.62%)

3 existing lines in 1 file now uncovered.

46942 of 55860 relevant lines covered (84.04%)

6042851.56 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
90.51
0.0% internal/floatcascade/arithmetic/multiply_cascades.cpp

Coverage Regressions

Lines Coverage ∆ File
3
80.58
-0.67% include/sw/universal/number/posit1/specialized/posit_16_1.hpp
Jobs
ID Job ID Ran Files Coverage
1 26712742215.1 31 May 2026 01:11PM UTC 661
84.04
GitHub Action Run
Source Files on build 26712742215
  • Tree
  • List 661
  • Changed 60
  • Source Changed 58
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26712742215
  • 79e8be97 on github
  • Prev Build on main (#26605095686)
  • Next Build on main (#26726097404)
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