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

moonbitlang / core / 4805
91%

Build:
DEFAULT BRANCH: main
Ran 27 Jun 2026 10:04AM UTC
Jobs 1
Files 381
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

27 Jun 2026 10:03AM UTC coverage: 91.195%. Remained the same
4805

push

github

web-flow
perf(builtin): avoid duplicate bounds check in Array::at and Array::set (#3729)

`Array::at` / `Array::set` already validate `index` with a `guard` against
`len` (and `len <= buffer length`), then index the buffer through the
checked `UninitializedArray::at` / `::set` (`_[_]`), which re-runs the same
bounds check. Use the unchecked `unsafe_get` / `unsafe_set` buffer accessors
instead, matching how `ArrayView::at` is already written.

Behavior is identical: when the guard passes, the index is always in bounds
for the buffer, so the dropped check could never have fired.

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

2 of 2 new or added lines in 1 file covered. (100.0%)

15204 of 16672 relevant lines covered (91.19%)

189010.94 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4805.1 27 Jun 2026 10:04AM UTC 382
91.21
GitHub Action Run
Source Files on build 4805
  • Tree
  • List 381
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • ebd0907a on github
  • Prev Build on main (#4796)
  • Next Build on main (#4806)
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