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

moonbitlang / core / 6254
91%

Build:
DEFAULT BRANCH: main
Ran 21 Aug 2026 12:28AM UTC
Jobs 1
Files 447
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

21 Aug 2026 12:25AM UTC coverage: 90.779% (+0.02%) from 90.764%
6254

push

github

bobzhang
fix(builtin): keep empty character sets off the SIMD trim path

An empty set reached ascii_char_set_splat, which read code unit 0
beyond the set view's bounds; an empty view over a longer backing
string then broadcast the backing character as a set member and
trimmed data that should have been kept. Found by adversarial review.

Guard the SIMD scans on a non-empty set, cover the empty-set and
empty-view cases directly, and pass generated sets through offset
views in the quickcheck properties so out-of-view reads see sentinel
characters.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

16480 of 18154 relevant lines covered (90.78%)

307973.44 hits per line

Coverage Regressions

Lines Coverage ∆ File
47
0.0
0.0% builtin/simd.mbt
47
90.72
0.95% builtin/string_methods.mbt
Jobs
ID Job ID Ran Files Coverage
1 6254.1 21 Aug 2026 12:28AM UTC 448
90.79
GitHub Action Run
Source Files on build 6254
  • Tree
  • List 447
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • f5efb9b8 on github
  • Prev Build on main (#6251)
  • Next Build on main (#6257)
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