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

moonbitlang / core / 4806
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
4806

push

github

web-flow
fix(builtin): make Array::unsafe_get/unsafe_set skip bounds checks (#3730)

Both methods are documented unsafe ("caller must ensure 0 <= idx <
length") and lower to the unchecked `%array.unsafe_get` / `%array.unsafe_set`
intrinsics at real call sites. Their fallback bodies, however, indexed the
buffer through the checked `UninitializedArray::at` / `::set` (`_[_]`), so
the body did a bounds check the contract says it must not.

Use the unchecked `UninitializedArray::unsafe_get` / `::unsafe_set` so the
body matches the intrinsic and the documented contract.

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%)

197061.45 hits per line

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