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

moonbitlang / core / 4158
94%

Build:
DEFAULT BRANCH: main
Ran 05 May 2026 02:21PM UTC
Jobs 1
Files 364
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

05 May 2026 02:19PM UTC coverage: 94.545% (-0.001%) from 94.546%
4158

push

github

bobzhang
refactor(builtin): declarative reverse-range loop in Array/ArrayView::rev_foldi

Sibling of #3519 (FixedArray::rev_foldi). Same shape transform — replace
`for i = len-1, acc = init; i >= 0; { continue i-1, ... }` with
`for i in len>..0; acc = init { continue ... }` — applied to both
`Array::rev_foldi` and `ArrayView::rev_foldi`.

Hot-path-cautious bucket: same loop, same accumulator, same body — only
the loop header changes. Compiles to the same shape as a c-style
countdown.

Semantics-preserving: `moon test -p builtin` (2825/2825) passes and
`moon info` produces no `.mbti` change.

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

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

14872 of 15730 relevant lines covered (94.55%)

218152.55 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4158.1 05 May 2026 02:21PM UTC 365
94.56
GitHub Action Run
Source Files on build 4158
  • Tree
  • List 364
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 01e2b1b6 on github
  • Prev Build on main (#4157)
  • Next Build on main (#4162)
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